aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/deploy/release.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-13 01:55:22 -0400
committerEduardo Julian2022-06-13 01:55:22 -0400
commit289f9de576a7980184339f380d5000f7d71f6d7e (patch)
treee0ac1c14a496d6bf3139e1e3b600dde73decf208 /stdlib/source/program/aedifex/command/deploy/release.lux
parent32e730e93f0a88cc537622c854a48eb229419893 (diff)
New "format" hierarchy.
Diffstat (limited to 'stdlib/source/program/aedifex/command/deploy/release.lux')
-rw-r--r--stdlib/source/program/aedifex/command/deploy/release.lux5
1 files changed, 2 insertions, 3 deletions
diff --git a/stdlib/source/program/aedifex/command/deploy/release.lux b/stdlib/source/program/aedifex/command/deploy/release.lux
index 30cc226a4..667bbf1ee 100644
--- a/stdlib/source/program/aedifex/command/deploy/release.lux
+++ b/stdlib/source/program/aedifex/command/deploy/release.lux
@@ -14,16 +14,15 @@
[parser
["[0]" environment]]]
[data
- ["[0]" binary (.only Binary)]
+ [binary (.only Binary)]
["[0]" text (.only)
- ["%" format]
+ ["%" \\format]
[encoding
["[0]" utf8]]]
[collection
["[0]" set]
["[0]" dictionary]]
[format
- ["[0]" binary]
["[0]" tar]
["[0]" xml]]]
[tool