summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doNormal.go b/doNormal.go
index 08044ee..12b0eaf 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -62,6 +62,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error {
if repo.GetCurrentBranchName() != repo.GetUserBranchName() {
configSave = true
+ log.Info("crapnuts")
repo.CheckoutUser()
repo.Reload()
return log.Errorf("now on user branch")