mirror of
https://github.com/gabrie30/ghorg.git
synced 2026-05-05 20:06:09 +02:00
Update clone.go
This commit is contained in:
parent
907503a281
commit
44f00160f5
@ -359,7 +359,7 @@ func CloneAllRepos() {
|
||||
cmd.Dir = repoDir
|
||||
err := cmd.Run()
|
||||
if err != nil {
|
||||
colorlog.PrintError(fmt.Sprintf("Could not checkout out %s, no changes made Repo: %s Error: %v", branch, repo.URL, err))
|
||||
colorlog.PrintInfo(fmt.Sprintf("Could not checkout out %s, no changes made Repo: %s Error: %v", branch, repo.URL, err))
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user