We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9d139 commit 4d5c0aaCopy full SHA for 4d5c0aa
scripts/build_all_chainspecs.sh
@@ -73,7 +73,7 @@ update_spec() {
73
update_genesis_and_code_substitutes "$plain_genesis_temp" "$plain_code_substitutes_temp" "$plain_spec_temp" "$plain_path"
74
75
# cleanup
76
- rm -f "$raw_genesis_temp" "$plain_genesis_temp" "$raw_spec_temp" \
+ rm -f "$raw_genesis_temp" "$plain_genesis_temp" "$raw_code_substitutes_temp" "$plain_code_substitutes_temp" "$raw_spec_temp" \
77
"$plain_spec_temp"
78
}
79
0 commit comments