summaryrefslogtreecommitdiff
path: root/doStrict.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 05:08:00 -0500
committerJeff Carr <[email protected]>2025-10-19 05:08:00 -0500
commit2bbc498b02cbbe3ba68de391bffbe79ab0f226fc (patch)
tree3a09151aeb7a1294e83d61e847e74f9a982b837b /doStrict.go
parentc78eff62bb86594f71f9ff43ff151820ae8e94d9 (diff)
new argvv0.0.125
Diffstat (limited to 'doStrict.go')
-rw-r--r--doStrict.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doStrict.go b/doStrict.go
index 8e49b8f..c36278a 100644
--- a/doStrict.go
+++ b/doStrict.go
@@ -44,7 +44,7 @@ func doStrict(repo *gitpb.Repo) error {
return err
}
- if forge.Config.IsReadOnly(repo.GetGoPath()) {
+ if me.forge.Config.IsReadOnly(repo.GetGoPath()) {
log.Info("you can not push to read only repositories.", repo.GetGoPath())
log.Info("change your .config/forge/ to indicate you own this repository")
return nil