Update name

This commit is contained in:
Owen
2025-12-06 21:04:44 -05:00
parent ef49089160
commit 727954c8c0

View File

@@ -215,7 +215,7 @@ func runOlmMainWithArgs(ctx context.Context, cancel context.CancelFunc, signalCt
HTTPAddr: config.HTTPAddr,
SocketPath: config.SocketPath,
Version: config.Version,
Agent: "olm-cli",
Agent: "Olm CLI",
OnExit: cancel, // Pass cancel function directly to trigger shutdown
OnTerminated: cancel,
}