Dash instead of space in version output
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ var (
|
||||
func getVersion() string {
|
||||
v := Version
|
||||
if GitCommit != "" {
|
||||
v = v + " " + GitCommit
|
||||
v = v + "-" + GitCommit
|
||||
}
|
||||
return v
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user