summaryrefslogtreecommitdiff
path: root/share/rust/template/macros.rs.tera
diff options
context:
space:
mode:
Diffstat (limited to 'share/rust/template/macros.rs.tera')
-rw-r--r--share/rust/template/macros.rs.tera2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/rust/template/macros.rs.tera b/share/rust/template/macros.rs.tera
index 104eb23..cc1d9c4 100644
--- a/share/rust/template/macros.rs.tera
+++ b/share/rust/template/macros.rs.tera
@@ -27,5 +27,5 @@
)
{% endif -%}
{% endfor -%}
- .build(format!("{} {}", "{{step.kind | lower}}", base64_decode("{{step.text | base64}}")))
+ .build(format!("{} {}", "{{step.kind | lower}}", base64_decode("{{step.text | base64}}")), {{ step.origin | location }})
{%- endmacro builder -%}