Add missing ';' in bird config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
jeltz 2021-03-07 23:49:37 +01:00
parent 9954c9e7d5
commit 22c970d9b4

View file

@ -35,9 +35,8 @@ protocol ospf {
cost {{ attrs.cost }}; cost {{ attrs.cost }};
{% endif %} {% endif %}
}; };
{% endfor %} {% endfor %}
} };
}; };
{% endif %} {% endif %}