diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 05:52:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 05:52:16 -0500 |
| commit | 6e8c4dd5858b116b1c7eaac158ef8b54941b0ad4 (patch) | |
| tree | 4080bedb4b3b3cba506e624231b274bdb14a1c86 /doFix.go | |
| parent | fe64b891eef673e4fd0e1041ebbc1ccc49963b21 (diff) | |
take out panic and loop through
Diffstat (limited to 'doFix.go')
| -rw-r--r-- | doFix.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() } |
