Skip to content

Commit

Permalink
Merge pull request #33 from replicatedhq/todd-curl
Browse files Browse the repository at this point in the history
Removed the need for wget since this is not a default binary for Mac …
  • Loading branch information
tdensmore authored Nov 6, 2020
2 parents 30aca6e + 8c44ac7 commit 264f720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ deps-vendor-cli:
| grep "browser_download_url.*$(dist)_amd64.tar.gz" \
| cut -d : -f 2,3 \
| tr -d \" \
| wget -O- -qi - \
| xargs curl -L \
| tar xvz -C deps; \
fi

Expand Down

0 comments on commit 264f720

Please sign in to comment.