From e73cf552b372dbf82cf8629f786e803529be78fc Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 19 Mar 2018 17:06:17 +0100 Subject: [PATCH] fix remixd start --- 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 60500270b9..bac61b76df 100755 --- a/ci/browser_tests.sh +++ b/ci/browser_tests.sh @@ -7,7 +7,7 @@ setupRemixd () { cd contracts echo 'sharing folder: ' echo $PWD - node ../node_modules/remixd/src/main.js -s $PWD & + ./node_modules/remixd/bin/remixd -s $PWD & cd .. }