We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f9a1e commit d9dd73cCopy full SHA for d9dd73c
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