From e8ff4a4790c63ac1b435ff490e57c034e6e2f03f Mon Sep 17 00:00:00 2001 From: Pierre Gimalac Date: Tue, 31 Dec 2024 13:55:28 +0100 Subject: [PATCH] fix: windows build --- cmd/agent/subcommands/run/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/agent/subcommands/run/command.go b/cmd/agent/subcommands/run/command.go index 50815d124558e9..e1522d5bc1727c 100644 --- a/cmd/agent/subcommands/run/command.go +++ b/cmd/agent/subcommands/run/command.go @@ -494,7 +494,7 @@ func startAgent( invChecks inventorychecks.Component, _ optional.Option[integrations.Component], _ status.Component, - // collector collector.Component, + collector collector.Component, _ config.Component, _ cloudfoundrycontainer.Component, jmxLogger jmxlogger.Component,