Skip to content

Commit

Permalink
master: fix gen migrations in manifest template
Browse files Browse the repository at this point in the history
closes #40
  • Loading branch information
lowitea committed Dec 13, 2024
1 parent 4b3dd67 commit 222d57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin_template/manifest.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ services:
value: example
migration:
{{ "{% for migration in migrations -%}" }}
- {{ "{{ migration }}" }}
{{ "{%- endfor %}" }}
- {{ "{{ migration }}" }}
{{ "{% endfor -%}" }}

0 comments on commit 222d57c

Please sign in to comment.