fix(修正校验): 修正校验
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xiaoqidun 2020-12-24 11:57:50 +08:00
parent a7b5361054
commit 4fac1685b8

View File

@ -63,7 +63,7 @@ func main() {
target = GetConfig(Target)
stripPrefix = GetConfig(StripPrefix)
)
if !VarIsEmpty(secretID, secretKey, bucketURL, source, target) {
if VarIsEmpty(secretID, secretKey, bucketURL, source, target) {
ErrExit(errors.New("input error"))
}
sourceFiles := make([]string, 0, 0)