diff options
| -rw-r--r-- | doFix.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ func doFix() (string, error) { log.Info("GET PORCELAIN SENT BACK", s, err) for repo := range me.forge.Repos.IterByFullPath() { curbranch := repo.GetCurrentBranchName() + repo.RunVerbose([]string{"bash", "-c", "git show-ref |grep -v tags"}) + repo.ReloadForce() + repo.RunVerbose([]string{"bash", "-c", "git show-ref |grep -v tags"}) if repo.IsLocalBranch(curbranch) { log.Info(repo.FullPath, "SEEMS TO HAVE A '", curbranch, "' LOCAL BRANCH") continue |
