Skip to content

Commit

Permalink
use mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed May 31, 2019
1 parent 743e2cf commit a34b862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy-contracts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
KEY_FILES=$CONTRACT_KEY_FILES
.load_keys

[ -d contracts/contracts/keys/ ] || mkdir contracts/contracts/keys/
mkdir -p contracts/contracts/keys/
cp -f $KEY_DIR/*.sol contracts/contracts/keys/

echo redeploying for the db $DATABASE_URL
Expand Down

0 comments on commit a34b862

Please sign in to comment.