mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Fixes #26
This commit is contained in:
parent
e4284b4964
commit
f4f35be9d6
@ -62,7 +62,7 @@ get_asdf_versions_file_path() {
|
||||
asdf_tool_versions_path="$search_path/.tool-versions"
|
||||
break
|
||||
fi
|
||||
search_path=$(dirname $search_path)
|
||||
search_path=$(dirname "$search_path")
|
||||
done
|
||||
|
||||
echo $asdf_tool_versions_path
|
||||
|
Loading…
Reference in New Issue
Block a user