Skip to content

Commit b77c3ce

Browse files
authored
Update test.yml
Remove quotes from jq output so we don't end up double quoted and confusing hardhat
1 parent 38b966e commit b77c3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Execute Deal Client contract
6565
run: |
6666
cd fevm-hardhat-kit
67-
export DEAL_CLIENT_ADDRESS=`jq .address deployments/localnet/DealClient.json`
67+
export DEAL_CLIENT_ADDRESS=`jq -r .address deployments/localnet/DealClient.json`
6868
yarn hardhat make-deal-proposal \
6969
--network localnet \
7070
--contract $DEAL_CLIENT_ADDRESS \

0 commit comments

Comments
 (0)