Skip to content

Commit

Permalink
Fix: mkdir directory already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
RakibFiha committed Oct 29, 2020
1 parent edf481d commit 8b3caa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e.windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -o errexit

# Setup mock project to install web3 from virtual registry
mkdir windows_test
mkdir -p windows_test
cp scripts/js/basic_usage.js windows_test/basic_usage.js
cd windows_test

Expand Down

0 comments on commit 8b3caa0

Please sign in to comment.