Skip to content

Commit 38ffd0c

Browse files
committed
fix github check bug
Signed-off-by: xiexianbin <[email protected]>
1 parent d6bdc20 commit 38ffd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func parseParams() error {
118118
return nil, false
119119
}
120120

121-
if gitInfo, ok := checkGitSource(src); ok {
121+
if gitInfo, ok := checkGitSource(src); !ok {
122122
return fmt.Errorf("un-support git source %s", src)
123123
} else {
124124
srcGit, srcOrg = gitInfo[0], gitInfo[1]

0 commit comments

Comments
 (0)