new init()

This commit is contained in:
Jeff Carr 2025-09-11 03:05:25 -05:00
parent de30c30005
commit c62f48ec16
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ func InitFromConfig(cfg *ForgeConfigs) *Forge {
f.Config = cfg f.Config = cfg
if f.configENV() { if f.configENV() {
log.Info("ENV changed config. todo: save config here") log.Info("ENV changed config. todo: save config here")
f.Config.ConfigSave()
} }
f.Repos = gitpb.NewRepos() f.Repos = gitpb.NewRepos()