Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 5bd28a2

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/changelog/bin/changelog

+2-2
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)