From fe64b891eef673e4fd0e1041ebbc1ccc49963b21 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Oct 2025 05:48:07 -0500 Subject: more stabs in the dark --- doFix.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doFix.go') diff --git a/doFix.go b/doFix.go index 7249dd5..dbe2f9b 100644 --- a/doFix.go +++ b/doFix.go @@ -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 -- cgit v1.2.3