From 0c58957555771c46e222c46c9e782f5372614514 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 19 Mar 2018 18:28:29 +0100 Subject: [PATCH] Update browser_tests.sh --- ci/browser_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/browser_tests.sh b/ci/browser_tests.sh index bac61b76df..3e41099443 100755 --- a/ci/browser_tests.sh +++ b/ci/browser_tests.sh @@ -7,7 +7,7 @@ setupRemixd () { cd contracts echo 'sharing folder: ' echo $PWD - ./node_modules/remixd/bin/remixd -s $PWD & + ./../node_modules/remixd/bin/remixd -s $PWD & cd .. }