Skip to content

Commit

Permalink
Make --version output change less-breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
timvaillancourt authored Dec 7, 2023
1 parent c93ffd6 commit e7da9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/gh-ost/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func main() {
if appVersion == "" {
appVersion = "unversioned"
}
fmt.Printf("gh-ost version: %s, git commit: %s", appVersion, GitCommit)
fmt.Printf("%s (git commit: %s)", appVersion, GitCommit)
return
}

Expand Down

0 comments on commit e7da9ce

Please sign in to comment.