Skip to content

Commit

Permalink
use bin
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Feb 13, 2024
1 parent 63c3d53 commit cdaf59b
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 @@ -10,7 +10,7 @@ source "${plugin_dir}/lib/utils.bash"

mkdir -p "$ASDF_DOWNLOAD_PATH"

release_file="$ASDF_DOWNLOAD_PATH/$TOOL_NAME"
release_file="$ASDF_DOWNLOAD_PATH/bin/$TOOL_NAME"

# Download binary to the download directory
download_release "$ASDF_INSTALL_VERSION" "$release_file"
Expand Down

0 comments on commit cdaf59b

Please sign in to comment.