summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doShow.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doShow.go b/doShow.go
index 3d2a1b3..f114033 100644
--- a/doShow.go
+++ b/doShow.go
@@ -26,6 +26,7 @@ func doShow() (string, error) {
continue
}
log.Info("curbranch is doesn't exist. this'll cause all sorts of problems", curbranch, repo.FullPath)
+ repo.CheckoutForce()
}
me.forge.Repos.Save()
return s, err