diff --git a/plugin_template/manifest.yaml.template b/plugin_template/manifest.yaml.template index a6dcda3..ae14897 100644 --- a/plugin_template/manifest.yaml.template +++ b/plugin_template/manifest.yaml.template @@ -8,6 +8,6 @@ services: value: example migration: {{ "{% for migration in migrations -%}" }} - - {{ "{{ migration }}" }} -{{ "{%- endfor %}" }} +- {{ "{{ migration }}" }} +{{ "{% endfor -%}" }}