From 616ce8051f59f956fedc57780f5a8fefa16dd61d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 12 Jun 2022 14:19:07 -0400 Subject: Re-named "partial_list" to "list.partial". --- stdlib/source/program/aedifex/repository/remote.lux | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'stdlib/source/program/aedifex/repository/remote.lux') 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)) -- cgit v1.2.3