summaryrefslogtreecommitdiff
path: root/newRepo.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-07 04:58:42 -0600
committerJeff Carr <[email protected]>2025-01-07 04:58:42 -0600
commitca66a42fd16d9724d5dc8acd7516f623fa65e00e (patch)
tree68b3059898bcdcb2d768b409f4ce59d65b60000e /newRepo.go
parent7cc064dec034ba2dddf5eced0ce2206ecf56981b (diff)
remove lots of old stuff
Diffstat (limited to 'newRepo.go')
-rw-r--r--newRepo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/newRepo.go b/newRepo.go
index 57561f7..5933f11 100644
--- a/newRepo.go
+++ b/newRepo.go
@@ -111,7 +111,7 @@ func (r *RepoList) AddRepo(pb *gitpb.Repo) (*RepoRow, error) {
})
newRepo.endBox.NewButton("commit all", func() {
- if !newRepo.Status.IsUserBranch() {
+ if !newRepo.pb.IsUserBranch() {
log.Log(REPOWARN, "can not commit on non user branch")
return
}