summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-01 10:25:41 -0500
committerJeff Carr <[email protected]>2025-11-01 10:25:41 -0500
commitfab6dbd6041a6ee346fba0e8486b643eaf59667c (patch)
treeb737c46cd805edf5c9b892a5c550898467e4b630
parent0096a29c0ef6d355b138ef323747b780d37b3ddd (diff)
need to switch to the stats protobufHEADv0.0.179master
-rw-r--r--reloadBranches.go2
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 {