Update clone.go

This commit is contained in:
Jay Gabriels 2020-02-17 18:46:56 -08:00
parent 907503a281
commit 44f00160f5
No known key found for this signature in database
GPG Key ID: 47EC2E34963C2D56

View File

@ -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
}