Skip to content

Commit

Permalink
fix: support dev-2024-06
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Jun 9, 2024
1 parent 133e726 commit cfeabba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ install_version() {

if [ -d "$ASDF_DOWNLOAD_PATH/${platform}"_artifacts ]; then
download_path="$ASDF_DOWNLOAD_PATH/${platform}_artifacts"
elif [ -d "$ASDF_DOWNLOAD_PATH/dist" ]; then
download_path="$ASDF_DOWNLOAD_PATH/dist"
else
download_path="$ASDF_DOWNLOAD_PATH"
fi
Expand Down

0 comments on commit cfeabba

Please sign in to comment.