diff options
| -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() } |
