summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-06 19:26:49 -0500
committerJeff Carr <[email protected]>2025-09-06 19:26:49 -0500
commita6c0edb89d150036e7e66afdd23a5fe2a16cb57b (patch)
tree65a6119eec57c65fe733dd41b6efb5cb01fa03ce /doNormal.go
parentd99eb81385a293ccf9bf8f6e902a3a7798bf36a2 (diff)
minor fix
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doNormal.go b/doNormal.go
index 12b0eaf..25d766f 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -62,7 +62,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error {
if repo.GetCurrentBranchName() != repo.GetUserBranchName() {
configSave = true
- log.Info("crapnuts")
+ log.Info("changing to user branch", repo.FullPath)
repo.CheckoutUser()
repo.Reload()
return log.Errorf("now on user branch")