diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 06:11:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 06:11:57 -0500 |
| commit | c27727c8e0111f4830ac365614a0de7198314306 (patch) | |
| tree | 708a97fe4ac3d72101f88e398a86a9e74a74ae8e /debug.go | |
| parent | 44c1fcc9c316636fdc4f52f11ee3eb8045cdfcd1 (diff) | |
s/GoPath/Namespace/v0.25.57
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
