mirror of
https://github.com/xiaoqidun/gocos.git
synced 2026-01-28 07:36:04 +08:00
fix(修正校验): 修正校验
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user