Skip to content

Commit

Permalink
ci: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 20, 2023
1 parent 8b317dd commit 88d5951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/start_relay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for search_string in "${search_strings[@]}"; do
done

sed -i 's/export WASM_WALLET=godWallet/export WASM_WALLET=default/' ./icon-ibc/const.sh
sed -i 's/\(export WASM_EXTRA=\)"\([^"]*\)"\(.*\)/\1"-keyring-backend test"\3/' ./icon-ibc/const.sh
sed -i 's/\(export WASM_EXTRA=\)"\([^"]*\)"\(.*\)/\1"--keyring-backend test"\3/' ./icon-ibc/const.sh
cat ./icon-ibc/const.sh

# sed -i 's/ARCHWAY_NETWORK=localnet/ARCHWAY_NETWORK=docker/' consts.sh
Expand Down

0 comments on commit 88d5951

Please sign in to comment.