Fix trailing color.

pull/3/head
Joshua Potter 2022-01-09 10:07:34 -05:00
parent fc71f4bb75
commit c80eeb5a8c
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ fn fetch_remote<'repo>(pc: &PathConfig, repo: &'repo Repository) -> Result<Remot
)?;
let tracking_branch = pc.config.repos.remote.tracking_branch();
info!(
"<bold>Fetched:</> Remote branch <cyan>{}<cyan>.",
"<bold>Fetched:</> Remote branch <cyan>{}</>.",
&tracking_branch
);