Skip to content

Commit

Permalink
Dash instead of space in version output
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgoes committed Apr 5, 2018
1 parent 1629dda commit 109126d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
func getVersion() string {
v := Version
if GitCommit != "" {
v = v + " " + GitCommit
v = v + "-" + GitCommit
}
return v
}
Expand Down

0 comments on commit 109126d

Please sign in to comment.