From b5231f4068680b0c53407255e72d48f0c125a052 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 29 Apr 2023 18:55:07 -0600 Subject: [PATCH] fix typo --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index af292970..7a647233 100755 --- a/test.sh +++ b/test.sh @@ -15,7 +15,7 @@ else git clone https://github.com/kiss-lang/kiss (cd kiss && lix download) if [ "$KISS_TARGET" = cpp ]; then - lib install haxelib:hxcpp + lix install haxelib:hxcpp elif [ "$KISS_TARGET" = nodejs ]; then lix install haxelib:hxnodejs fi