diff --git a/scala-cli.sh b/scala-cli.sh index 8e872521e9..f7887d9c1b 100755 --- a/scala-cli.sh +++ b/scala-cli.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # This is the launcher script of Scala CLI (https://github.com/VirtusLab/scala-cli). -# 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. # # Download the latest version of this script at https://github.com/VirtusLab/scala-cli/raw/master/scala-cli.sh @@ -33,4 +33,4 @@ if [ ! -f "$CACHE_DEST" ]; then chmod +x "$SCALA_CLI_BIN_PATH" fi -exec "$SCALA_CLI_BIN_PATH" "$@" \ No newline at end of file +exec "$SCALA_CLI_BIN_PATH" "$@"