diff options
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 } |
