Change the way we run solcjs now that it has been renamed in solc-js

This commit is contained in:
Kamil Śliwak
2022-01-25 13:32:02 +01:00
parent b6dbfdf79b
commit 2e1383eae1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ function setup_solc
pushd "$install_dir"
npm install
cp "$binary_path" soljson.js
SOLCVERSION=$(./solcjs --version)
SOLCVERSION=$(./solc.js --version)
popd
else
printLog "Setting up solc..."