summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--find.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/find.go b/find.go
index e036831..5a838fa 100644
--- a/find.go
+++ b/find.go
@@ -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 {