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.lux6
1 files changed, 4 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/repository/remote.lux b/stdlib/source/program/aedifex/repository/remote.lux
index b5fbc6b13..49204fbae 100644
--- a/stdlib/source/program/aedifex/repository/remote.lux
+++ b/stdlib/source/program/aedifex/repository/remote.lux
@@ -10,7 +10,9 @@
[data
["[0]" product]
[text
- ["%" format (.only format)]]]
+ ["%" format (.only format)]]
+ [collection
+ ["[0]" list]]]
["[0]" meta
["[1]/[0]" version]]
[tool
@@ -84,7 +86,7 @@
..base_headers
{.#Some [user password]}
- (partial_list ["Authorization" (//identity.basic_auth user password)]
+ (list.partial ["Authorization" (//identity.basic_auth user password)]
..base_headers)))
{.#Some content}
http))