Skip to content

Commit d9dd73c

Browse files
committed
fix(makefile): point zunit install hint to z-shell/zunit
zunit moved from the retired zdharma org to z-shell. Update the test target's install hint URL.
1 parent a1f9a1e commit d9dd73c

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)