summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-06 19:21:00 -0500
committerJeff Carr <[email protected]>2025-09-06 19:21:00 -0500
commitd99eb81385a293ccf9bf8f6e902a3a7798bf36a2 (patch)
tree7b6b068a04e2e2d5917abdde16658d3f0714856d /doNormal.go
parent1087b39f9ccedd3042f2f8d884b281b535cbb93c (diff)
start checking the "normal" state every time
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")