Skip to content

Commit

Permalink
fix kill target
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Feb 20, 2024
1 parent 8e199ea commit 5f28468
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 @@ test: clean generate ## Execute test suite
github.com/contribsys/faktory/webui

kill:
@killall -m -9 redis-server || :
@killall -m -9 -e redis || :

# docker buildx create --name cross
# docker buildx use cross
Expand Down

0 comments on commit 5f28468

Please sign in to comment.