aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command.lux')
-rw-r--r--stdlib/source/program/aedifex/command.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/command.lux b/stdlib/source/program/aedifex/command.lux
index 8b4432a97..5248b0273 100644
--- a/stdlib/source/program/aedifex/command.lux
+++ b/stdlib/source/program/aedifex/command.lux
@@ -1,8 +1,8 @@
(.module:
[lux #*]
["." // #_
- ["#" project]
+ ["#" profile]
["#." action (#+ Action)]])
(type: #export (Command a)
- (-> //.Project (Action a)))
+ (-> //.Profile (Action a)))