aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex')
-rw-r--r--stdlib/source/program/aedifex/command/build.lux2
-rw-r--r--stdlib/source/program/aedifex/repository/remote.lux4
2 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux
index 190ec3802..503fd5f1c 100644
--- a/stdlib/source/program/aedifex/command/build.lux
+++ b/stdlib/source/program/aedifex/command/build.lux
@@ -104,7 +104,7 @@
{.#Some dependency}
(case lux_name
(^.with_template [<tag> <name>]
- [(static <name>)
+ [<name>
{try.#Success [(..remove_dependency dependency resolution)
{<tag> dependency}]}])
([#JVM ..jvm_lux_name]
diff --git a/stdlib/source/program/aedifex/repository/remote.lux b/stdlib/source/program/aedifex/repository/remote.lux
index b5b201093..10b7f372d 100644
--- a/stdlib/source/program/aedifex/repository/remote.lux
+++ b/stdlib/source/program/aedifex/repository/remote.lux
@@ -68,7 +68,7 @@
{.#None}
http))]
(case status
- (static http/status.ok)
+ http/status.ok
(at ! each product.right ((the @http.#body message) {.#None}))
_
@@ -91,7 +91,7 @@
http))
_ ((the @http.#body message) {.#Some 0})]
(case status
- (static http/status.created)
+ http/status.created
(in [])
_