Skip to content

Commit 698bb05

Browse files
authored
Merge pull request #9 from z-shell/fix-stale-zunit-url
fix(makefile): point zunit install hint to z-shell/zunit
2 parents a1f9a1e + d9dd73c commit 698bb05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ check: test
33
test:
44
@command -v zunit >/dev/null && \
55
{ zunit; ((1)); } || \
6-
echo "Please install zunit to run the tests (https://github.com/zdharma/zunit)"
6+
echo "Please install zunit to run the tests (https://github.com/z-shell/zunit)"

0 commit comments

Comments
 (0)