Skip to content

Commit

Permalink
Merge pull request #6 from zendesk/aglover/dont-fail-on-existing-bin-dir
Browse files Browse the repository at this point in the history
use `-p` flag to avoid failure on existing `bin` dir
  • Loading branch information
aglover-zendesk authored Jun 12, 2020
2 parents c8e209f + 0f7f68d commit 6a66112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-jsonnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Downloading Jsonnet from: $1"
wget --quiet $1 -O jsonnet.tar.gz

mkdir bin
mkdir -p bin
tar xvf jsonnet.tar.gz --directory bin
rm -f jsonnet.tar.gz

Expand Down

0 comments on commit 6a66112

Please sign in to comment.