Skip to content

Commit

Permalink
title version output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Mar 11, 2023
1 parent 93a37f9 commit 3b99b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func main() {
if tag != "" && buildDate != "" {
logger.Printf("[%s-%s] %s UTC", tag, sha, buildDate)
} else if version != "" {
logger.Println(version)
logger.Println("version", version)
}

if err := run(); err != nil {
Expand Down

0 comments on commit 3b99b4d

Please sign in to comment.