aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/repository/remote.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/repository/remote.lux')
-rw-r--r--stdlib/source/program/aedifex/repository/remote.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/repository/remote.lux b/stdlib/source/program/aedifex/repository/remote.lux
index 75d9a3468..9d5a0f134 100644
--- a/stdlib/source/program/aedifex/repository/remote.lux
+++ b/stdlib/source/program/aedifex/repository/remote.lux
@@ -69,7 +69,7 @@
{.#None}
http))]
(case status
- (pattern (static http/status.ok))
+ (static http/status.ok)
(at ! each product.right ((the @http.#body message) {.#None}))
_
@@ -92,7 +92,7 @@
http))
_ ((the @http.#body message) {.#Some 0})]
(case status
- (pattern (static http/status.created))
+ (static http/status.created)
(in [])
_