From 4fac1685b8a908d563c5adf7dbd36fb64875cc37 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Thu, 24 Dec 2020 11:57:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BF=AE=E6=AD=A3=E6=A0=A1=E9=AA=8C):=20?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gocos.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gocos.go b/gocos.go index 0395434..342ab17 100644 --- a/gocos.go +++ b/gocos.go @@ -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)