Skip to content

Commit 0074c4c

Browse files
committed
Make it ... compile
1 parent a2720ce commit 0074c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func main() {
9393
os.Exit(-1)
9494
}
9595

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

9898
if help {
9999
flag.Usage()

0 commit comments

Comments
 (0)