diff options
| author | Jeff Carr <[email protected]> | 2025-10-20 13:21:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-20 13:21:03 -0500 |
| commit | 69b5038c58e6a8487f22aeaf28eddec5c785c283 (patch) | |
| tree | 72b9910c32a803d8c7f3bffc0f5d7175516d39b0 /iterByMode.go | |
| parent | 2ecc340541f88d4c1cbe437efe79a6fcfdbf5499 (diff) | |
probably better. notsure
Diffstat (limited to 'iterByMode.go')
| -rw-r--r-- | iterByMode.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iterByMode.go b/iterByMode.go index 37866ec..889181d 100644 --- a/iterByMode.go +++ b/iterByMode.go @@ -12,7 +12,7 @@ func (f *Forge) IterByMode() iter.Seq[*gitpb.Repo] { panic("forge is not initialized") } repos := gitpb.NewRepos() - if f.Config.Mode == ForgeMode_NORMAL { + if f.Mode == ForgeMode_NORMAL { for r := range f.Repos.IterAll() { if !strings.HasPrefix(r.Namespace, "go.wit.com") { continue |
