Skip to content

Commit

Permalink
Make it ... compile
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 18, 2017
1 parent a2720ce commit 0074c4c
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 @@ -93,7 +93,7 @@ func main() {
os.Exit(-1)
}

fmt.Prinft("s3deploy %v, commit %v, built at %v\n", version, commit, date)
fmt.Printf("s3deploy %v, commit %v, built at %v\n", version, commit, date)

if help {
flag.Usage()
Expand Down

0 comments on commit 0074c4c

Please sign in to comment.