From c80eeb5a8cb358da240fbf3377a90733d2ac9846 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sun, 9 Jan 2022 10:07:34 -0500 Subject: [PATCH] Fix trailing color. --- src/git.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/git.rs b/src/git.rs index f7f59c0..fc88b33 100644 --- a/src/git.rs +++ b/src/git.rs @@ -420,7 +420,7 @@ fn fetch_remote<'repo>(pc: &PathConfig, repo: &'repo Repository) -> ResultFetched: Remote branch {}.", + "Fetched: Remote branch {}.", &tracking_branch );