We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12538e4 commit 74074dfCopy full SHA for 74074df
scripts/update_abis.sh
@@ -50,7 +50,7 @@ copy_file() {
50
51
copy_abis() {
52
for contract_name in "$@"; do
53
- copy_file $(./scripts/search_abi.sh "$path/artifacts" "$contract_name.json") "storage-contracts-abis/$contract_name.json"
+ copy_file "$(./scripts/search_abi.sh "$path/artifacts" "$contract_name.json")" "storage-contracts-abis/$contract_name.json"
54
done
55
}
56
0 commit comments