diff options
| author | Jeff Carr <[email protected]> | 2025-11-01 10:25:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-11-01 10:25:41 -0500 |
| commit | fab6dbd6041a6ee346fba0e8486b643eaf59667c (patch) | |
| tree | b737c46cd805edf5c9b892a5c550898467e4b630 | |
| parent | 0096a29c0ef6d355b138ef323747b780d37b3ddd (diff) | |
| -rw-r--r-- | reloadBranches.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reloadBranches.go b/reloadBranches.go index 39a0a12..fd81bdd 100644 --- a/reloadBranches.go +++ b/reloadBranches.go @@ -119,7 +119,7 @@ func (repo *Repo) checkUserBranch() error { ubn := repo.GetUserBranchName() log.Info("user branch name:", ubn, repo.GetGoPath()) if repo.Config == nil { - return fmt.Errorf("GitConfig == nil") + return fmt.Errorf("repo.Config == nil") } for _, l := range repo.Config.Local { |
