Skip to content

Commit

Permalink
Merge pull request #383 from BoostryJP/fix/#382_22_3
Browse files Browse the repository at this point in the history
fix: a bug in the deployment script
  • Loading branch information
YoshihitoAso authored May 11, 2022
2 parents e6ad481 + a9ef13d commit 1a1681d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_shared_contract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ "${REFER_ACCOUNT}" != "GETH" ]; then
set timeout 300
spawn python scripts/deploy_shared_contract.py $*
expect {
\"Enter the password to unlock this account:\" {
\"Enter password for \\\"deploy_user\\\": \" {
send \"${ETH_ACCOUNT_PASSWORD}\n\"
exp_continue
}
Expand Down

0 comments on commit 1a1681d

Please sign in to comment.