Rename and clear network settings

This commit is contained in:
Owen
2025-11-18 16:23:36 -05:00
committed by miloschwartz
parent 9c8d99b601
commit e7be7fb281
2 changed files with 11 additions and 9 deletions

View File

@@ -226,5 +226,5 @@ func runOlmMainWithArgs(ctx context.Context, args []string) {
// DoNotCreateNewClient: config.DoNotCreateNewClient,
}
olm.Run(ctx, olmConfig)
olm.Init(ctx, olmConfig)
}