summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-05 12:49:07 -0600
committerJeff Carr <[email protected]>2024-12-05 12:49:07 -0600
commitc275e762c6aeb68b300a41aa8bb4a65b22233867 (patch)
tree786bf7bf8f0df387f147893d9bfcf5d014cebb88 /main.go
parentd6ecd246e0a97fd75ca4b0dcf465c50157be9708 (diff)
protobuf changes
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)