diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 20:39:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 20:39:32 -0500 |
| commit | 625dfe2f68cb52f8f7e10a918105036927e552a7 (patch) | |
| tree | 9a339f92bebccfccac15329cde83a06d4a0b362a /repoNew.go | |
| parent | f54f189bcd079221cf314c616fbe1d993f43846e (diff) | |
tracking down inconsistancies
Diffstat (limited to 'repoNew.go')
| -rw-r--r-- | repoNew.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ func (f *Forge) AddNamespaceDir(ns string, fullpath string) (*gitpb.Repo, error) if f.Config.IsReadOnly(repo.GetGoPath()) { repo.ReadOnly = true } + f.configSave = true return repo, nil } |
