Update name

Former-commit-id: 727954c8c0
This commit is contained in:
Owen
2025-12-06 21:04:44 -05:00
parent c71828f5a1
commit d13cc179e8

View File

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