aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/deploy/release.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command/deploy/release.lux')
-rw-r--r--stdlib/source/program/aedifex/command/deploy/release.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/program/aedifex/command/deploy/release.lux b/stdlib/source/program/aedifex/command/deploy/release.lux
index b6d93b30b..dcb37ef59 100644
--- a/stdlib/source/program/aedifex/command/deploy/release.lux
+++ b/stdlib/source/program/aedifex/command/deploy/release.lux
@@ -1,7 +1,7 @@
(.using
[library
[lux (.except)
- ["[0]" ffi (.only import:)]
+ ["[0]" ffi (.only import)]
[abstract
[predicate (.only Predicate)]
["[0]" monad (.only do)]]
@@ -60,11 +60,11 @@
["[1]/[0]" type]
["[1]/[0]" extension (.only Extension)]]]]])
-(import: java/lang/String
+(import java/lang/String
"[1]::[0]"
(toLowerCase [] java/lang/String))
-(import: java/lang/System
+(import java/lang/System
"[1]::[0]"
("static" getProperty [java/lang/String] "io" "try" java/lang/String))