fix: remove extra clone log
This commit is contained in:
parent
65a1552e50
commit
415045543f
1 changed files with 0 additions and 2 deletions
2
main.go
2
main.go
|
|
@ -91,8 +91,6 @@ func cloneRepo(url, targetDir string) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Cloning into: %s\n", targetDir)
|
|
||||||
|
|
||||||
cmd := exec.Command("git", "clone", url, targetDir)
|
cmd := exec.Command("git", "clone", url, targetDir)
|
||||||
// Pipe git output directly to the user's terminal
|
// Pipe git output directly to the user's terminal
|
||||||
cmd.Stdout = os.Stdout
|
cmd.Stdout = os.Stdout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue