Skip to content

Commit

Permalink
upgrade asdf template to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
0ghny committed Jul 30, 2024
1 parent 787b69e commit 08dbe0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/download
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ download_release "$ASDF_INSTALL_VERSION" "$release_file"

# Extract contents of tar.gz file into the download directory
# tar -zvxf "$release_file" -C "$ASDF_DOWNLOAD_PATH" --strip-components=1 || fail "Could not extract $release_file"
tar -zxf "$release_file" -C "$ASDF_DOWNLOAD_PATH" --strip-components=1 || fail "Could not extract $release_file"
tar -zxf "$release_file" -C "$ASDF_DOWNLOAD_PATH" || fail "Could not extract $release_file"

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

0 comments on commit 08dbe0c

Please sign in to comment.