diff options
Diffstat (limited to 'doFix.go')
| -rw-r--r-- | doFix.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -45,7 +45,10 @@ func doFix() (string, error) { continue } log.Info("curbranch is doesn't exist. this'll cause all sorts of problems", curbranch, repo.FullPath) + log.Info("checking out with force", repo.FullPath) repo.CheckoutForce() + repo.RunVerbose([]string{"git", "branch"}) + panic("did this work?") } me.forge.Repos.Save() } |
