Skip to content

Commit 18c1b76

Browse files
authored
Fix a typo in warning message of test/tests.sh CLI usage (#1609)
1 parent ca5e07e commit 18c1b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NIX_BUILD_ARGS="${NIX_BUILD_ARGS:-}"
1010
cd $(dirname $0)
1111

1212
if [ "$#" != "1" ]; then
13-
echo "Please pass a compiler-nix-name to use. For example: ./test/test.sh ghc884"
13+
echo "Please pass a compiler-nix-name to use. For example: ./test/tests.sh ghc884"
1414
exit 1
1515
fi
1616

0 commit comments

Comments
 (0)