Skip to content

Commit

Permalink
make sure bin directory exists prior to attempting binary fetches
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lanford <[email protected]>
  • Loading branch information
joelanford committed Nov 17, 2023
1 parent 019ce08 commit f9594a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
ROOT="$( git rev-parse --show-toplevel )"

fetch() {
mkdir -p "${ROOT}/bin"
local tool=$1; shift
local ver=$1; shift

Expand Down

0 comments on commit f9594a4

Please sign in to comment.