summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-07 21:17:33 -0600
committerJeff Carr <[email protected]>2025-01-07 21:17:33 -0600
commit81d34e86a1a7eb3e10371e86949b7edf609389ac (patch)
tree3aa39308f98235510015738dd31acca72fa87465 /main.go
parentfcbc000fcfc47c28cc2866612f7191856f65d4a2 (diff)
tracking down bugs
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.go b/main.go
index b9ffe3d..b1f1191 100644
--- a/main.go
+++ b/main.go
@@ -120,11 +120,6 @@ func main() {
loop := me.repos.View.ReposSortByName()
for loop.Scan() {
repo := loop.Repo()
- if me.forge.Config.IsReadOnly(repo.GetGoPath()) {
- repo.Status.SetReadOnly(true)
- } else {
- repo.Status.SetReadOnly(false)
- }
if me.forge.Config.IsPrivate(repo.GetGoPath()) {
// repo.Status.SetPrivate(true)
} else {