This commit is contained in:
Malachi Soord
2021-02-11 21:38:43 +01:00
parent 9ec7cfd80d
commit ef9ab09640
+1 -1
View File
@@ -63,7 +63,7 @@ func appCleanup() {
} }
func printVersion() { func printVersion() {
log.Printf( fmt.Printf(
"version: %s\ncommit: %s\nbuild time: %s", "version: %s\ncommit: %s\nbuild time: %s",
diagnostics.Version, diagnostics.Commit, diagnostics.BuildDate, diagnostics.Version, diagnostics.Commit, diagnostics.BuildDate,
) )