Skip to content
Prev Previous commit
Next Next commit
Fix invalid quote
  • Loading branch information
Mikolaj Gasior committed Aug 7, 2024
commit 2bb85117c297aba08a5d9695993eb441fe8d9b84
2 changes: 1 addition & 1 deletion .github/workflows/test-transfers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash
run: |
wget https://public-chain-contracts.s3.eu-central-1.amazonaws.com/most/addresses/testnet/most0.json
commit_hash=$(cat most0.json | jq '.contract_version')
commit_hash=$(cat most0.json | jq -r '.contract_version')
for net in eth azero; do
mkdir -p "$net"
sudo cat "most0.json" | \
Expand Down