diff options
Diffstat (limited to 'Command/ConfigList.hs')
-rw-r--r-- | Command/ConfigList.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/ConfigList.hs b/Command/ConfigList.hs index 645d1523c..cbc6e801b 100644 --- a/Command/ConfigList.hs +++ b/Command/ConfigList.hs @@ -11,9 +11,9 @@ import Common.Annex import Command import Annex.UUID -command :: [Command] -command = [Command "configlist" paramNothing defaultChecks seek - "outputs relevant git configuration"] +def :: [Command] +def = [command "configlist" paramNothing seek + "outputs relevant git configuration"] seek :: [CommandSeek] seek = [withNothing start] |