Skip to content

Commit

Permalink
fix: make grype appear in bin subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Mar 31, 2022
1 parent 6019881 commit a599a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ install_version() {
fi

(
mkdir -p "$install_path"
cp -r "$ASDF_DOWNLOAD_PATH"/* "$install_path"
mkdir -p "$install_path/bin"
cp -r "$ASDF_DOWNLOAD_PATH"/* "$install_path/bin"

# TODO: Asert grype executable exists.
local tool_cmd
Expand Down

0 comments on commit a599a54

Please sign in to comment.