summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2022-04-01 19:28:48 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2022-04-01 19:32:51 +0100
commit72290bd0c327ace6141337de121252051480293f (patch)
treeddf94309dacf5b96abaa6cf0f6014f07c3282775 /share
parentac0b4757965bdc8d57807abeb6723177dc819797 (diff)
downloadsubplot-72290bd0c327ace6141337de121252051480293f.tar.gz
(share): Update Rust template to pass in the step text to .build()
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'share')
-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 -%}