Skip to content

Commit

Permalink
refactor: fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
fangbinwei committed Aug 30, 2020
1 parent e64d395 commit e23054e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operation/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func getCacheControlOption(filename string) oss.Option {

func shouldExclude(ossPath string) bool {
if utils.Match(config.Exclude, ossPath) {
fmt.Printf("skip to upload objectKey: %s\n\n", ossPath)
fmt.Printf("skip uploading objectKey: %s\n\n", ossPath)
return true
}
return false
Expand Down

0 comments on commit e23054e

Please sign in to comment.