Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Sep 16, 2023
1 parent 685786d commit 9b60dda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/download
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ download_release "$ASDF_INSTALL_VERSION" "$release_file"
# Extract contents of tar.gz file into the download directory
tar -xzf "$release_file" -C "$ASDF_DOWNLOAD_PATH" --strip-components=1 || fail "Could not extract $release_file"

echo "------------ EXTRACT RELEASE"
ls -la "$ASDF_DOWNLOAD_PATH"

# Remove the tar.gz file since we don't need to keep it
rm "$release_file"

0 comments on commit 9b60dda

Please sign in to comment.