summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index c14aebd..126f5f6 100644
--- a/main.go
+++ b/main.go
@@ -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)