We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba8ac7 commit badefd0Copy full SHA for badefd0
bin/download
@@ -18,9 +18,7 @@ download_release "$ASDF_INSTALL_VERSION" "$release_file"
18
19
# Extract contents of tar.gz file into the download directory
20
tar -xzf "$release_file" -C "$ASDF_DOWNLOAD_PATH" || fail "Could not extract $release_file"
21
-ls -la "$release_file"
22
chmod +x "$ASDF_DOWNLOAD_PATH/${TOOL_NAME}"
23
-ls -la "$ASDF_DOWNLOAD_PATH/${TOOL_NAME}"
24
25
# Remove the tar.gz file since we don't need to keep it
26
rm "$release_file"
0 commit comments