Skip to content

Commit

Permalink
fix make target name
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Feb 24, 2025
1 parent fa4a331 commit c06597c
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 @@ -49,7 +49,7 @@ unit-test:
go test -C test ./... -count=1

.PHONY: unit-test-datadog
unit-test-operator:
unit-test-datadog:
go test -C test ./datadog -count=1

.PHONY: unit-test-operator
Expand Down

0 comments on commit c06597c

Please sign in to comment.