We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe970ae commit 4957680Copy full SHA for 4957680
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/zunit-zsh/zunit)"
+ echo "Please install zunit to run the tests (https://github.com/zdharma/zunit)"
0 commit comments