summaryrefslogtreecommitdiff
path: root/config.common.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.common.go')
-rw-r--r--config.common.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.common.go b/config.common.go
index 925b2de..43cd763 100644
--- a/config.common.go
+++ b/config.common.go
@@ -27,12 +27,12 @@ func (f *Forge) IsWritable(repo *gitpb.Repo) bool {
if f.Config.IsWritable(repo.Namespace) {
return true
}
- if f.Config.IsWritable(repo.FullPath) {
- return true
- }
- if !f.Config.IsWritable(repo.GetGoPath()) {
- return true
- }
+ // if f.Config.IsWritable(repo.FullPath) {
+ // return true
+ // }
+ // if !f.Config.IsWritable(repo.GetGoPath()) {
+ // return true
+ // }
return false
}