Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit f60b9f9

Browse files
authored
fix: jinja sintax for endfor (#19)
1 parent 7186eee commit f60b9f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stackspot_store"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = ""
55
authors = ["andre-cintra <andre.cintra@zup.com.br>"]
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="stackspot_store",
8-
version="0.1.4",
8+
version="0.1.5",
99
description="",
1010
long_description=long_description,
1111
url="https://github.com/stack-spot/schemastore-stackspot",

stackspot_store/templates/plugin/v1/infra/templates/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- Api
2323
generates:
2424
connection-interface:
25-
{ % for connection_interface in connection_interfaces % }
25+
{% for connection_interface in connection_interfaces %}
2626
- {{connection_interface}}
2727
{% endfor %}
2828
inputs:

0 commit comments

Comments
 (0)