aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex.lux')
-rw-r--r--stdlib/source/program/aedifex.lux5
1 files changed, 2 insertions, 3 deletions
diff --git a/stdlib/source/program/aedifex.lux b/stdlib/source/program/aedifex.lux
index cfa106407..4e78183f1 100644
--- a/stdlib/source/program/aedifex.lux
+++ b/stdlib/source/program/aedifex.lux
@@ -63,7 +63,7 @@
(-> /.Profile (List (Repository Promise)))
(|>> (get@ #/.repositories)
set.to-list
- (list\map (|>> /repository.remote /repository.async))))
+ (list\map (|>> (/repository.remote #.None) /repository.async))))
(def: (with-dependencies program console command profile)
(All [a]
@@ -149,9 +149,8 @@
(dictionary.get repository (get@ #/.deploy-repositories profile))]
[(#.Some artifact) (#.Some repository)]
(/command/deploy.do! console
- (/repository.async (/repository.remote repository))
+ (/repository.async (/repository.remote (#.Some identity) repository))
(file.async file.default)
- identity
artifact
profile)