aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command
diff options
context:
space:
mode:
authorEduardo Julian2022-06-05 01:39:29 -0400
committerEduardo Julian2022-06-05 01:39:29 -0400
commitf623de52d76ad8ec96feb048cd95a3fb150717e1 (patch)
tree92a53eb8e5a25287e59eb104716abe5cc2ebd60a /stdlib/source/program/aedifex/command
parent75e8244fd7914d2ac0c3622d2277b84c4bfa7ffb (diff)
De-sigil-ification: : [Part 1]
Diffstat (limited to 'stdlib/source/program/aedifex/command')
-rw-r--r--stdlib/source/program/aedifex/command/build.lux4
-rw-r--r--stdlib/source/program/aedifex/command/deploy/release.lux6
2 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux
index 0454a4a60..363391949 100644
--- a/stdlib/source/program/aedifex/command/build.lux
+++ b/stdlib/source/program/aedifex/command/build.lux
@@ -1,7 +1,7 @@
(.using
[library
[lux (.except Lux)
- ["[0]" ffi (.only import:)]
+ ["[0]" ffi (.only import)]
[abstract
[order (.only Order)]
[monad (.only do)]]
@@ -239,7 +239,7 @@
[log_error! fail]
)
-(import: java/lang/System
+(import java/lang/System
"[1]::[0]"
("static" getProperty [java/lang/String] "io" "try" java/lang/String))
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))