summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-13 00:51:22 -0500
committerJeff Carr <[email protected]>2025-09-13 00:51:22 -0500
commit405ddb69941983798c99bc6d29f72d68d7ca02a7 (patch)
tree3035929339355bbcc546a0624a91227b0a38b447 /doNormal.go
parentb5df8f2dad9ea63bffb4f2528937727c8f6dde12 (diff)
work on using repo.Reload() more smarter
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 c4ec1bb..964c8ab 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -70,7 +70,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error {
configSave = true
log.Info("changing to user branch", repo.FullPath)
repo.CheckoutUser()
- repo.Reload()
+ repo.ReloadCheck()
return log.Errorf("now on user branch")
}
return nil