From 6e8c4dd5858b116b1c7eaac158ef8b54941b0ad4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Oct 2025 05:52:16 -0500 Subject: take out panic and loop through --- doFix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doFix.go b/doFix.go index dbe2f9b..d7b314e 100644 --- a/doFix.go +++ b/doFix.go @@ -59,7 +59,7 @@ func doFix() (string, error) { log.Info("checking out with force", repo.FullPath) repo.CheckoutForce() repo.RunVerbose([]string{"git", "branch"}) - panic("did this work?") + // panic("did this work?") // yes, it does work. it still needs work. branch handling is wrong in gitpb } me.forge.Repos.Save() } -- cgit v1.2.3