Skip to content

Commit c2d9753

Browse files
authored
fix release report generation script (#1597)
1 parent 465abc2 commit c2d9753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/changelog/bin/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ else
124124
{ name: "statemine", data: $srtool_statemine[0] },
125125
{ name: "statemint", data: $srtool_statemint[0] },
126126
{ name: "rococo", data: $srtool_rococo_parachain[0] },
127-
{ name: "contracts", data: $srtool_contracts_rococo[0] }
128-
{ name: "polkadot-collectives", data: $srtool_polkadot_collectives[0] },
127+
{ name: "contracts", data: $srtool_contracts_rococo[0] },
128+
{ name: "polkadot-collectives", data: $srtool_polkadot_collectives[0] }
129129
] }\' > context.json',
130130
cumulus_data,
131131
substrate_data,

0 commit comments

Comments
 (0)