Skip to content

Commit

Permalink
fix: missing endfor in custom topology template (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Sep 8, 2024
1 parent 7d27ba7 commit 38237b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/cardano_node/templates/custom-topology.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{% else %}
},
{% endif %}
{% endfor %}
],
{% endif %}
"localRoots": [
Expand Down

0 comments on commit 38237b7

Please sign in to comment.