diff options
Diffstat (limited to 'human.go')
| -rw-r--r-- | human.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ func PrintReleaseReport(readonly string, perfect string) { loop := me.forge.Repos.SortByGoPath() for loop.Scan() { check := loop.Next() - if me.forge.IsReadOnly(check) { + if me.forge.Config.IsReadOnly(check.GoPath) { continue } if check.GetCurrentBranchVersion() == check.GetTargetVersion() { |
