Skip to content

Commit c001f33

Browse files
committed
fix: missing endfor in custom topology template
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 7d27ba7 commit c001f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/cardano_node/templates/custom-topology.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
{% else %}
1212
},
1313
{% endif %}
14+
{% endfor %}
1415
],
1516
{% endif %}
1617
"localRoots": [

0 commit comments

Comments
 (0)