Skip to content

Commit 4957680

Browse files
authored
Update Makefile
1 parent fe970ae commit 4957680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/zunit-zsh/zunit)"
6+
echo "Please install zunit to run the tests (https://github.com/zdharma/zunit)"

0 commit comments

Comments
 (0)