diff options
Diffstat (limited to 'checkout.go')
| -rw-r--r-- | checkout.go | 2 |
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()) |
