Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Dec 3, 2019
1 parent 7184af9 commit ebc1cd8
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 @@ -31,7 +31,7 @@ func main() {
flag.Parse()

if *flagVersion {
fmt.Printf("%s version %s (commit %s) built on %s by %s\n\nConfiguration:\n", os.Args[0], commit, version, date, builtBy)
fmt.Printf("%s version %s built on %s by %s\n\nConfiguration:\n", os.Args[0], version, date, builtBy)
flag.PrintDefaults()
os.Exit(1)
}
Expand Down

0 comments on commit ebc1cd8

Please sign in to comment.