Skip to content

Commit

Permalink
Folder structure change
Browse files Browse the repository at this point in the history
  • Loading branch information
chessmango committed Feb 22, 2022
1 parent 54448aa commit 99aa133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ install_version() {
tool_cmd="$(echo "$TOOL_TEST" | cut -d' ' -f1)"

mkdir -p "$install_path"/bin
cp "$ASDF_DOWNLOAD_PATH"/"$tool_cmd" "$install_path"/bin
cp "$ASDF_DOWNLOAD_PATH"/"${TOOL_NAME}_${version}_$(get_platform)_$(get_arch)"/"$tool_cmd" "$install_path"/bin

test -x "$install_path/bin/$tool_cmd" || fail "Expected $install_path/bin/$tool_cmd to be executable."

Expand Down

0 comments on commit 99aa133

Please sign in to comment.