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