mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Create the sources dir before clone a source dir
This commit is contained in:
parent
1a1ca293bc
commit
95d5458706
@ -98,6 +98,8 @@ source_add_command() {
|
||||
local package_name=$1
|
||||
local source_url=$2
|
||||
local source_path=$(get_source_path $package_name)
|
||||
|
||||
mkdir -p $(asdf_dir)/sources
|
||||
git clone $source_url $source_path
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user