From 6b126d39b6f71f441661174d10116cb8df8796c8 Mon Sep 17 00:00:00 2001 From: chriswalz Date: Fri, 30 Oct 2020 15:13:06 -0400 Subject: [PATCH] add new line for update bit fixes #75 --- cmd/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/update.go b/cmd/update.go index ba784b1..f406f11 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -77,7 +77,7 @@ bit update v0.7.4 (note: v is required)`, } fmt.Println("Bit is supported through donations. Consider donating here: ❤ https://github.com/sponsors/chriswalz ") - fmt.Printf("Updated bit %s to %s in %s", currentVersion, release.Version, dst) + fmt.Printf("Updated bit %s to %s in %s\n", currentVersion, release.Version, dst) }, Args: cobra.MaximumNArgs(1),