We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c482f1 commit 38f4cd3Copy full SHA for 38f4cd3
scala-cli.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
# This is the launcher script of Scala CLI (https://github.com/VirtusLab/scala-cli).
4
-# This script downloads and runs the Scala CLI version set by VERSION below.
+# This script downloads and runs the Scala CLI version set by SCALA_CLI_VERSION below.
5
#
6
# Download the latest version of this script at https://github.com/VirtusLab/scala-cli/raw/master/scala-cli.sh
7
@@ -33,4 +33,4 @@ if [ ! -f "$CACHE_DEST" ]; then
33
chmod +x "$SCALA_CLI_BIN_PATH"
34
fi
35
36
-exec "$SCALA_CLI_BIN_PATH" "$@"
+exec "$SCALA_CLI_BIN_PATH" "$@"
0 commit comments