diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ func main() { loop := me.repos.View.ReposSortByName() for loop.Scan() { repo := loop.Repo() - if me.forge.IsReadOnly(repo.GoPath()) { + if me.forge.Config.IsReadOnly(repo.GoPath()) { repo.Status.SetReadOnly(true) } else { repo.Status.SetReadOnly(false) |
