mirror of
https://github.com/xiaoqidun/gocos.git
synced 2026-09-08 21:53:35 +08:00
fix(修正校验): 修正校验
This commit is contained in:
1 parent
a7b5361054
commit
4fac1685b8
1 file changed
+1
-1
@@ -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