summaryrefslogtreecommitdiff
path: root/Command/Init.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Init.hs')
-rw-r--r--Command/Init.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Init.hs b/Command/Init.hs
index 23203b035..45ecb92f8 100644
--- a/Command/Init.hs
+++ b/Command/Init.hs
@@ -11,9 +11,9 @@ import Common.Annex
import Command
import Annex.Init
-cmd :: [Command]
-cmd = [dontCheck repoExists $
- command "init" paramDesc seek SectionSetup "initialize git-annex"]
+cmd :: Command
+cmd = dontCheck repoExists $
+ command "init" paramDesc seek SectionSetup "initialize git-annex"
seek :: CommandSeek
seek = withWords start