summaryrefslogtreecommitdiff
path: root/repoNew.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-03 13:24:41 -0600
committerJeff Carr <[email protected]>2024-12-03 13:24:41 -0600
commit3600dbed8ceca3253afcd6b6ce1ee3f941aef30d (patch)
tree9eda700b2d8efce5bba61558af33b15b919df844 /repoNew.go
parentdfae92e3c35e445e5a8098c720cac9b8d3f969c8 (diff)
unbelievable. rill is great.
Diffstat (limited to 'repoNew.go')
-rw-r--r--repoNew.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoNew.go b/repoNew.go
index 1e6c7d4..209f807 100644
--- a/repoNew.go
+++ b/repoNew.go
@@ -38,7 +38,7 @@ func (f *Forge) VerifyBranchNames(newr *gitpb.Repo) {
}
}
- if f.IsReadOnly(newr.GoPath) {
+ if f.Config.IsReadOnly(newr.GoPath) {
return
}