summaryrefslogtreecommitdiff
path: root/repoNew.go
diff options
context:
space:
mode:
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
}