summaryrefslogtreecommitdiff
path: root/doFix.go
diff options
context:
space:
mode:
Diffstat (limited to 'doFix.go')
-rw-r--r--doFix.go2
1 files changed, 1 insertions, 1 deletions
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()
}