Skip to content

Commit

Permalink
fix: update version formating
Browse files Browse the repository at this point in the history
  • Loading branch information
abtris committed Apr 20, 2021
1 parent 7656fc8 commit 7faa885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
)

func printVersion() {
log.Printf("Current build version: %s-%s", Version, CommitHash)
fmt.Printf("gab version: %s-%s", Version, CommitHash)
}

var errWrongURL = errors.New("wrong URL, can't generate badge")
Expand Down

0 comments on commit 7faa885

Please sign in to comment.