diff options
Diffstat (limited to 'newRepo.go')
| -rw-r--r-- | newRepo.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
