fix: Removed $HOME/ prefix as it prevents to define cusotm location outside /home/user folder

This commit is contained in:
Vusal Aliyev 2024-11-14 10:23:51 +04:00
parent f00f759f3d
commit e611759ac2
No known key found for this signature in database
GPG Key ID: 896EE3F6617BEB03

View File

@ -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