From f949fc5474ca3f72a1782bad49616c556fae327a Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 26 Feb 2024 08:47:12 +0000 Subject: [PATCH] update message to cargo --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index e4c3aa8..8b4dc2c 100755 --- a/test.sh +++ b/test.sh @@ -6,7 +6,7 @@ SKIP="./target/debug/skip" DIFF="diff -u --color" if test ! -x $SKIP ; then - echo "File missing: $SKIP - try 'zig build'" + echo "File missing: $SKIP - try 'cargo build'" exit 1 fi