We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9def9a commit 8c57d92Copy full SHA for 8c57d92
bin/download
@@ -16,7 +16,7 @@ release_file="$ASDF_DOWNLOAD_PATH/$TOOL_NAME-$ASDF_INSTALL_VERSION.tar.xz"
16
# Download tar.xz file to the download directory
17
download_release "$ASDF_INSTALL_VERSION" "$release_file"
18
19
-tar -xf "$release_file_tar" -C "$ASDF_DOWNLOAD_PATH" || fail "Could not extract $release_file"
+tar -xf "$release_file" -C "$ASDF_DOWNLOAD_PATH" || fail "Could not extract $release_file"
20
21
chmod +x "${ASDF_DOWNLOAD_PATH}/$TOOL_NAME"
22
0 commit comments