summaryrefslogtreecommitdiff
path: root/git-annex-shell.hs
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex-shell.hs')
-rw-r--r--git-annex-shell.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-annex-shell.hs b/git-annex-shell.hs
index 41cb72d7e..328d7b100 100644
--- a/git-annex-shell.hs
+++ b/git-annex-shell.hs
@@ -23,15 +23,15 @@ import qualified Command.SendKey
cmds_readonly :: [Command]
cmds_readonly = concat
- [ Command.ConfigList.command
- , Command.InAnnex.command
- , Command.SendKey.command
+ [ Command.ConfigList.def
+ , Command.InAnnex.def
+ , Command.SendKey.def
]
cmds_notreadonly :: [Command]
cmds_notreadonly = concat
- [ Command.RecvKey.command
- , Command.DropKey.command
+ [ Command.RecvKey.def
+ , Command.DropKey.def
]
cmds :: [Command]