mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
mkdir install path
This commit is contained in:
parent
5f6cf27567
commit
44e991b49e
@ -24,6 +24,7 @@ install_command() {
|
||||
export ASDF_INSTALL_TYPE=$install_type
|
||||
export ASDF_INSTALL_VERSION=$version
|
||||
export ASDF_INSTALL_PATH=$install_path
|
||||
mkdir $install_path
|
||||
bash ${plugin_path}/bin/install
|
||||
)
|
||||
local exit_code=$?
|
||||
|
Loading…
Reference in New Issue
Block a user