Skip to content

Commit

Permalink
add new line for update bit fixes #75
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswalz committed Oct 30, 2020
1 parent e6ae35c commit 6b126d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 6b126d3

Please sign in to comment.