Skip to content

Commit 4d5c0aa

Browse files
committed
cleanup correctly
1 parent db9d139 commit 4d5c0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_all_chainspecs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ update_spec() {
7373
update_genesis_and_code_substitutes "$plain_genesis_temp" "$plain_code_substitutes_temp" "$plain_spec_temp" "$plain_path"
7474

7575
# cleanup
76-
rm -f "$raw_genesis_temp" "$plain_genesis_temp" "$raw_spec_temp" \
76+
rm -f "$raw_genesis_temp" "$plain_genesis_temp" "$raw_code_substitutes_temp" "$plain_code_substitutes_temp" "$raw_spec_temp" \
7777
"$plain_spec_temp"
7878
}
7979

0 commit comments

Comments
 (0)