From c27727c8e0111f4830ac365614a0de7198314306 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 5 Oct 2025 06:11:57 -0500 Subject: s/GoPath/Namespace/ --- debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.go') diff --git a/debug.go b/debug.go index ee4f7eb..18e147d 100644 --- a/debug.go +++ b/debug.go @@ -50,7 +50,7 @@ func debug() { if me.repoWritableB != nil { found := gitpb.NewRepos() for repo := range me.forge.Repos.IterByFullPath() { - if me.forge.Config.IsReadOnly(repo.GetGoPath()) { + if me.forge.Config.IsReadOnly(repo.Namespace) { continue } -- cgit v1.2.3