mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
fix: create install directory with mkdir -p
(#1563)
Co-authored-by: James Hegedus <jthegedus@hey.com>
This commit is contained in:
parent
99623d7eac
commit
d6185a2120
@ -207,7 +207,7 @@ install_tool_version() {
|
||||
export ASDF_INSTALL_PATH=$install_path
|
||||
# shellcheck disable=SC2030
|
||||
export ASDF_DOWNLOAD_PATH=$download_path
|
||||
mkdir "$download_path"
|
||||
mkdir -p "$download_path"
|
||||
asdf_run_hook "pre_asdf_download_${plugin_name}" "$full_version"
|
||||
"${plugin_path}"/bin/download
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user