Skip to content

Commit 5dc5903

Browse files
committed
Removed variable start string difference from pipeline env
- Didn't make sense to have a different method of specifying variables in the pipeline from the default.
1 parent 4737ce8 commit 5dc5903

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

generate_changelog/templating.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
lambda: Environment(
3131
loader=ChoiceLoader([FileSystemLoader(get_config().template_dirs), PackageLoader("generate_changelog")]),
3232
autoescape=select_autoescape(),
33-
variable_start_string="${{",
3433
)
3534
)
3635
"""The Jinja environment for rendering actions and pipelines."""

0 commit comments

Comments
 (0)