We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1f9a1e + d9dd73c commit 698bb05Copy full SHA for 698bb05
1 file changed
Makefile
@@ -3,4 +3,4 @@ check: test
3
test:
4
@command -v zunit >/dev/null && \
5
{ zunit; ((1)); } || \
6
- echo "Please install zunit to run the tests (https://github.com/zdharma/zunit)"
+ echo "Please install zunit to run the tests (https://github.com/z-shell/zunit)"
0 commit comments