We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2720ce commit 0074c4cCopy full SHA for 0074c4c
main.go
@@ -93,7 +93,7 @@ func main() {
93
os.Exit(-1)
94
}
95
96
- 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)
97
98
if help {
99
flag.Usage()
0 commit comments