Skip to content

Commit

Permalink
add bin
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander committed Feb 13, 2024
1 parent cdaf59b commit e184545
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 @@ -8,7 +8,7 @@ plugin_dir=$(dirname "$(dirname "$current_script_path")")
# shellcheck source=./lib/utils.bash
source "${plugin_dir}/lib/utils.bash"

mkdir -p "$ASDF_DOWNLOAD_PATH"
mkdir -p "$ASDF_DOWNLOAD_PATH/bin"

release_file="$ASDF_DOWNLOAD_PATH/bin/$TOOL_NAME"

Expand Down

0 comments on commit e184545

Please sign in to comment.