pull/3/head
Malachi Soord 2021-02-11 21:38:43 +01:00
parent 9ec7cfd80d
commit ef9ab09640
No known key found for this signature in database
GPG Key ID: C61BEBD6CC542333
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ func appCleanup() {
}
func printVersion() {
log.Printf(
fmt.Printf(
"version: %s\ncommit: %s\nbuild time: %s",
diagnostics.Version, diagnostics.Commit, diagnostics.BuildDate,
)