summaryrefslogtreecommitdiff
path: root/checkout.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-13 00:52:59 -0500
committerJeff Carr <[email protected]>2025-09-13 00:52:59 -0500
commit719287c3bfa349c74c2ce86b01299c97169ec3a8 (patch)
tree5a00c1e9d44d28511d27cc50f86f8d03a8655ae8 /checkout.go
parent6654dbb4102ba0f725f7d82b5f26a7288a68699d (diff)
changes to Reload()v0.0.126
Diffstat (limited to 'checkout.go')
-rw-r--r--checkout.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkout.go b/checkout.go
index eb4d98b..5d56e87 100644
--- a/checkout.go
+++ b/checkout.go
@@ -127,7 +127,7 @@ func (repo *Repo) createUserBranch(branch string) error {
if repo.GetCurrentBranchName() != repo.GetDevelBranchName() {
repo.CheckoutDevel()
}
- repo.Reload()
+ repo.ReloadCheck()
if repo.GetCurrentBranchName() != repo.GetDevelBranchName() {
log.Info("create user branch will probably fail", repo.GetGoPath())