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 164421d..7a65e0f 100644
--- a/share/rust/template/macros.rs.tera
+++ b/share/rust/template/macros.rs.tera
@@ -26,5 +26,5 @@
)
{% endif -%}
{% endfor -%}
- .build()
+ .build(format!("{} {}", "{{step.kind | lower}}", base64_decode("{{step.text | base64}}")))
{%- endmacro builder -%}