aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/deploy/release.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-08-30 19:33:36 -0400
committerEduardo Julian2022-08-30 19:33:36 -0400
commitd0e4ba8124345ce990de7fdf7497dd903de6c342 (patch)
treee8cc8f5e41615ca9ca536f71ddec8aca7f882a6c /stdlib/source/program/aedifex/command/deploy/release.lux
parentb135e487e8f705a5fea7b9ef785310572642063a (diff)
Got rid of the superfluous "lux macro" extension.
Diffstat (limited to 'stdlib/source/program/aedifex/command/deploy/release.lux')
-rw-r--r--stdlib/source/program/aedifex/command/deploy/release.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/program/aedifex/command/deploy/release.lux b/stdlib/source/program/aedifex/command/deploy/release.lux
index 5a2496648..eb0e4d3ec 100644
--- a/stdlib/source/program/aedifex/command/deploy/release.lux
+++ b/stdlib/source/program/aedifex/command/deploy/release.lux
@@ -97,7 +97,7 @@
[pom ////artifact/extension.pom]
[tar ////artifact/extension.lux_library]
[jar ////artifact/extension.jvm_library]
- [sha-1 ////artifact/extension.sha-1]
+ [sha1 ////artifact/extension.sha1]
[md5 ////artifact/extension.md5]
)
@@ -144,10 +144,10 @@
(at utf8.codec encoded)
(at remote upload (..md5 artifact)))
_ (|> it
- ////hash.sha-1
- (at ////hash.sha-1_codec encoded)
+ ////hash.sha1
+ (at ////hash.sha1_codec encoded)
(at utf8.codec encoded)
- (at remote upload (..sha-1 artifact)))
+ (at remote upload (..sha1 artifact)))
_ (..release_unsigned_artifact! local remote signature)]
(in [])))