diff options
| -rw-r--r-- | find.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -222,6 +222,7 @@ func cloneReposWithPatches() *gitpb.Repos { continue } else { log.Info("BRANCH IS NOT LOCAL", THEBRANCH) + repo.RunVerbose([]string{"bash", "-c", "git show-ref |grep -v tags"}) } stop += 1 if stop < 5 { |
