From 29379d6f6d902fdf656ed5819c9c2e7cde4aa275 Mon Sep 17 00:00:00 2001 From: lif Date: Mon, 15 Sep 2025 09:23:50 +0100 Subject: [PATCH] Bump for build --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index a9096d1..4384230 100644 --- a/main.go +++ b/main.go @@ -96,6 +96,7 @@ func listContainersAndLogType(ctx context.Context, logschan chan<- LogType) { defer streamContainerLogs(ctx, cli, curcont.ID, logschan) }() } + fmt.Println("Ending") eventListen(cli, logschan) }