summaryrefslogtreecommitdiff
path: root/repoNew.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 20:39:32 -0500
committerJeff Carr <[email protected]>2025-09-04 20:39:32 -0500
commit625dfe2f68cb52f8f7e10a918105036927e552a7 (patch)
tree9a339f92bebccfccac15329cde83a06d4a0b362a /repoNew.go
parentf54f189bcd079221cf314c616fbe1d993f43846e (diff)
tracking down inconsistancies
Diffstat (limited to 'repoNew.go')
-rw-r--r--repoNew.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/repoNew.go b/repoNew.go
index 14c8106..15f4d9d 100644
--- a/repoNew.go
+++ b/repoNew.go
@@ -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
}