diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ func main() { } else { repo.Status.SetReadOnly(false) } - if me.forge.IsPrivate(repo.GoPath()) { + if me.forge.Config.IsPrivate(repo.GoPath()) { repo.Status.SetPrivate(true) } else { repo.Status.SetPrivate(false) |
