aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/deploy/release.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command/deploy/release.lux')
-rw-r--r--stdlib/source/program/aedifex/command/deploy/release.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/command/deploy/release.lux b/stdlib/source/program/aedifex/command/deploy/release.lux
index dcb37ef59..30cc226a4 100644
--- a/stdlib/source/program/aedifex/command/deploy/release.lux
+++ b/stdlib/source/program/aedifex/command/deploy/release.lux
@@ -88,7 +88,7 @@
{.#Right _}
(undefined))))
-(template [<name> <extension>]
+(with_template [<name> <extension>]
[(def: <name>
(-> Text Text)
(text.suffix <extension>))]
@@ -100,7 +100,7 @@
[md5 ////artifact/extension.md5]
)
-(template [<name> <suffix>]
+(with_template [<name> <suffix>]
[(def: <name>
(-> Text Text)
(|>> (text.suffix <suffix>) ..jar))]