diff options
Diffstat (limited to 'repoNew.go')
| -rw-r--r-- | repoNew.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ func (f *Forge) VerifyBranchNames(newr *gitpb.Repo) { } } - if f.IsReadOnly(newr.GoPath) { + if f.Config.IsReadOnly(newr.GoPath) { return } |
