Rename and clear network settings

Former-commit-id: e7be7fb281
This commit is contained in:
Owen
2025-11-18 16:23:36 -05:00
committed by miloschwartz
parent d4c5292e8f
commit 3e2cb70d58
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)
}