Skip to content

Commit

Permalink
Merge pull request #59 from uw-labs/version-fmt
Browse files Browse the repository at this point in the history
Better formatting version flag output
  • Loading branch information
george-angel authored Aug 23, 2021
2 parents f7c2891 + 084226d commit f76b106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strongbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func main() {
flag.Parse()

if *flagVersion || (flag.NArg() == 1 && flag.Arg(0) == "version") {
fmt.Printf("version=%s commit=%s date=%s builtBy=%s", version, commit, date, builtBy)
fmt.Printf("version=%s commit=%s date=%s builtBy=%s\n", version, commit, date, builtBy)
return
}

Expand Down

0 comments on commit f76b106

Please sign in to comment.