Skip to content

Commit

Permalink
fix: windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
pgimalac committed Dec 31, 2024
1 parent ae899ca commit e8ff4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/agent/subcommands/run/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ func startAgent(
invChecks inventorychecks.Component,
_ optional.Option[integrations.Component],
_ status.Component,
// collector collector.Component,
collector collector.Component,

Check failure on line 497 in cmd/agent/subcommands/run/command.go

View workflow job for this annotation

GitHub Actions / CodeQL-Build (javascript)

undefined: collector

Check failure on line 497 in cmd/agent/subcommands/run/command.go

View workflow job for this annotation

GitHub Actions / CodeQL-Build (python)

undefined: collector

Check failure on line 497 in cmd/agent/subcommands/run/command.go

View workflow job for this annotation

GitHub Actions / CodeQL-Build (cpp)

undefined: collector
_ config.Component,
_ cloudfoundrycontainer.Component,
jmxLogger jmxlogger.Component,
Expand Down

0 comments on commit e8ff4a4

Please sign in to comment.