Fix syntax error
This commit is contained in:
parent
454bfbf61d
commit
1f87c72e34
@ -24,6 +24,7 @@ func VersionCmd(args CmdArgs) (int, error) {
|
|||||||
if GitCommit != "" {
|
if GitCommit != "" {
|
||||||
fmt.Fprintf(&b, " revision: %s\n", GitCommit)
|
fmt.Fprintf(&b, " revision: %s\n", GitCommit)
|
||||||
}
|
}
|
||||||
|
|
||||||
if BuildDate != "" {
|
if BuildDate != "" {
|
||||||
fmt.Fprintf(&b, " build date: %s\n", BuildDate)
|
fmt.Fprintf(&b, " build date: %s\n", BuildDate)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user