Skip to content

Commit

Permalink
fix(dev): Name of binary for make kill (#1973)
Browse files Browse the repository at this point in the history
Update binary name for make kill
  • Loading branch information
antonblock authored and dpaasman00 committed Dec 16, 2024
1 parent 1744f18 commit 3bed0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ run-supervisor:
.PHONY: kill
kill:
pkill -9 opampsupervisor || true
pkill -9 observiq-agent-distro || true
pkill -9 collector_$(GOOS)_$(GOARCH) || true

# Stops processes and cleans up
.PHONY: reset
Expand Down

0 comments on commit 3bed0aa

Please sign in to comment.