From 727954c8c01fbf5f11dac3d684e3367d9232f888 Mon Sep 17 00:00:00 2001 From: Owen Date: Sat, 6 Dec 2025 21:04:44 -0500 Subject: [PATCH] Update name --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c4c89db..0309c50 100644 --- a/main.go +++ b/main.go @@ -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, }