diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 06:05:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 06:07:44 -0500 |
| commit | ff44255235c06213c560a5f8c4b7bffaa6767183 (patch) | |
| tree | 83dbf594863be73f11624c51fa60d67bab7d81b8 /config.go | |
| parent | e9d6e00ac675e7349be22120e4ff14920d2d4eee (diff) | |
save repos func
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
