diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/source/program/aedifex/command/deploy/snapshot.lux | 2 | ||||
-rw-r--r-- | stdlib/source/program/aedifex/command/install.lux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/command/deploy/snapshot.lux b/stdlib/source/program/aedifex/command/deploy/snapshot.lux index 0c490f23f..5f1649bf7 100644 --- a/stdlib/source/program/aedifex/command/deploy/snapshot.lux +++ b/stdlib/source/program/aedifex/command/deploy/snapshot.lux @@ -51,7 +51,7 @@ (the /.#sources) set.list (export.library fs) - (at ! each (binary.result tar.writer))) + (at ! each (binary.result tar.format))) pom (at async.monad in (////pom.write profile)) _ (////dependency/deployment.one remote diff --git a/stdlib/source/program/aedifex/command/install.lux b/stdlib/source/program/aedifex/command/install.lux index 93bab2d47..556155636 100644 --- a/stdlib/source/program/aedifex/command/install.lux +++ b/stdlib/source/program/aedifex/command/install.lux @@ -69,7 +69,7 @@ (at xml.codec encoded) (at utf8.codec encoded))] [///package.#origin {///origin.#Local ""} - ///package.#library (let [library (binary.result tar.writer package)] + ///package.#library (let [library (binary.result tar.format package)] [library (///dependency/status.verified library)]) ///package.#pom [pom pom_data |