mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
fix: Removed $HOME/ prefix as it prevents to define cusotm location outside /home/user folder
This commit is contained in:
parent
f00f759f3d
commit
e611759ac2
@ -20,7 +20,7 @@ version_command() {
|
||||
file_name="$(asdf_tool_versions_filename)"
|
||||
|
||||
if [ "$cmd" = "global" ]; then
|
||||
file="$HOME/$file_name"
|
||||
file="$file_name"
|
||||
elif [ "$cmd" = "local-tree" ]; then
|
||||
file=$(find_tool_versions)
|
||||
else # cmd = local
|
||||
|
Loading…
Reference in New Issue
Block a user