Skip to content

Commit

Permalink
adapt installation method to gron
Browse files Browse the repository at this point in the history
  • Loading branch information
rheydon committed May 12, 2024
1 parent 1701d57 commit 3fae688
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ install_version() {

(
mkdir -p "$install_path"
cp -r "$ASDF_DOWNLOAD_PATH"/* "$install_path"
cp -r "${ASDF_DOWNLOAD_PATH}/gron" "$install_path"
chmod a+x "${ASDF_DOWNLOAD_PATH}/gron"

# TODO: Assert gron executable exists.
local tool_cmd
Expand Down

0 comments on commit 3fae688

Please sign in to comment.