Skip to content

Commit 38f4cd3

Browse files
NIT
1 parent 0c482f1 commit 38f4cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scala-cli.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# 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.
4+
# This script downloads and runs the Scala CLI version set by SCALA_CLI_VERSION below.
55
#
66
# Download the latest version of this script at https://github.com/VirtusLab/scala-cli/raw/master/scala-cli.sh
77

@@ -33,4 +33,4 @@ if [ ! -f "$CACHE_DEST" ]; then
3333
chmod +x "$SCALA_CLI_BIN_PATH"
3434
fi
3535

36-
exec "$SCALA_CLI_BIN_PATH" "$@"
36+
exec "$SCALA_CLI_BIN_PATH" "$@"

0 commit comments

Comments
 (0)