diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/aedifex/command/deploy.lux | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/command/deploy.lux b/stdlib/source/program/aedifex/command/deploy.lux index 3041c53f1..aa48946bf 100644 --- a/stdlib/source/program/aedifex/command/deploy.lux +++ b/stdlib/source/program/aedifex/command/deploy.lux @@ -25,18 +25,19 @@ ["." export]]] ["." /// #_ ["/" profile (#+ Profile)] - ["//" upload (#+ User Password)] + ["//" upload] ["#." action (#+ Action)] ["#." command (#+ Command)] ["#." pom] ["#." hash] + ["#." repository (#+ User Password)] ["#." artifact ["#/." type]] ["#." dependency ["#/." resolution]]]) (exception: #export (cannot-find-repository {repository Text} - {options (Dictionary Text ///dependency.Repository)}) + {options (Dictionary Text ///repository.Address)}) (exception.report ["Repository" (%.text repository)] ["Options" (exception.enumerate (function (_ [name repo]) |