Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from SVilgelm/fix-auto-push
Browse files Browse the repository at this point in the history
Fix output when auto-push is on
  • Loading branch information
SVilgelm authored Jun 9, 2019
2 parents 65ab6cf + 91a223f commit 8b914a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumpversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func main() {
if !*silent {
_, _ = fmt.Fprintf(
os.Stdout,
"The tag '%s' has been pushed to the remote '%s'",
"The tag '%s' has been pushed to the remote '%s'\n",
tagName,
remote,
)
Expand Down

0 comments on commit 8b914a4

Please sign in to comment.