Skip to content

Commit 7b7b3cd

Browse files
author
mritd
committed
fix(ci): fix ci useless log
fix ci useless log Signed-off-by: mritd <[email protected]>
1 parent a4a94f6 commit 7b7b3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func CheckGitProject() {
12-
MustExec(consts.GitCmd, "rev-parse", "--show-toplevel")
12+
MustExecNoOut(consts.GitCmd, "rev-parse", "--show-toplevel")
1313
}
1414

1515
func CheckStagedFiles() bool {

0 commit comments

Comments
 (0)