From 38f4cd393ac6e41a56c72661cd49fc3d004f28f0 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sun, 17 Oct 2021 16:28:08 +0200 Subject: [PATCH] NIT --- scala-cli.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" "$@"