Skip to content

Commit fdf203c

Browse files
authored
fix(repo): git clone output to Stderr (#7561)
1 parent a585e95 commit fdf203c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/fanal/artifact/repo/git.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func cloneRepo(u *url.URL, artifactOpt artifact.Option) (string, error) {
128128
cloneOptions := git.CloneOptions{
129129
URL: u.String(),
130130
Auth: gitAuth(),
131-
Progress: os.Stdout,
131+
Progress: os.Stderr,
132132
InsecureSkipTLS: artifactOpt.Insecure,
133133
}
134134

0 commit comments

Comments
 (0)