Skip to content

Commit a932138

Browse files
committed
NIT: Update scala-cli-src script
1 parent 3f38707 commit a932138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala-cli-src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
4-
LAUNCHER="$(cd "$SCRIPT_DIR" && ./mill show cli.launcher </dev/null | jq -r . | sed 's/ref:[a-z0-9]*://')"
4+
LAUNCHER="$(cd "$SCRIPT_DIR" && ./mill show cli.launcher </dev/null | jq -r . | sed 's/ref:[a-z0-9]*:[a-z0-9]*://')"
55
exec "$LAUNCHER" "$@"

0 commit comments

Comments
 (0)