summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.go b/config.go
index cff71be..66e22af 100644
--- a/config.go
+++ b/config.go
@@ -33,6 +33,10 @@ func (f *Forge) ConfigSave() error {
return err
}
+func (f *Forge) SaveRepos() error {
+ return f.Repos.ConfigSave(f.Config.ReposPB)
+}
+
// functions to import and export the protobuf
// data to and from config files