Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrussell-sonocent committed Aug 8, 2023
1 parent d483f9c commit 1a2606c
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 @@ -20,6 +20,6 @@ if ! type "unzip" &>/dev/null; then
exit 1
fi

unzip -j -q "$release_file" -d "$ASDF_DOWNLOAD_PATH" || exit 1
unzip -q "$release_file" -d "$ASDF_DOWNLOAD_PATH" || exit 1

rm "$release_file"

0 comments on commit 1a2606c

Please sign in to comment.