From e1845455786c5c45e6f71bef2b4a09275fd5eef8 Mon Sep 17 00:00:00 2001 From: Christian van der Loo Date: Mon, 12 Feb 2024 21:59:53 -0500 Subject: [PATCH] add bin --- bin/download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/download b/bin/download index b102d9c..2c8ac94 100755 --- a/bin/download +++ b/bin/download @@ -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"