We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f716e9f commit d129ab4Copy full SHA for d129ab4
bin/latest-stable
@@ -10,7 +10,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
10
# reject release candidates
11
# reject empty line
12
# finally take last one
13
-ASDF_ELIXIR_LATEST_VERSION=$($SCRIPT_DIR/list-all | tr " " "\n" | grep -Ev "^0|^main|^master|otp|rc|^$" | tail -n 1)
+ASDF_ELIXIR_LATEST_VERSION=$("$SCRIPT_DIR"/list-all | tr " " "\n" | grep -Ev "^0|^main|^master|otp|rc|^$" | tail -n 1)
14
15
# gets current erlang version without headers
16
# changes spaces to new line
0 commit comments