Skip to content

Commit

Permalink
fix: incorrect name of make target
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestelfer committed Apr 24, 2024
1 parent 4b5a22e commit 46c06ea
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 @@ -29,7 +29,7 @@ docker: build
docker compose -f integration/docker-compose.yaml up

.PHONY: docker-down
docker: build
docker-down:
docker compose -f integration/docker-compose.yaml down

# ensures that `go mod tidy` has been run after any dependency changes
Expand Down

0 comments on commit 46c06ea

Please sign in to comment.