summaryrefslogtreecommitdiff
path: root/Command/Repair.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Repair.hs')
-rw-r--r--Command/Repair.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Repair.hs b/Command/Repair.hs
index d41a074c0..56d696960 100644
--- a/Command/Repair.hs
+++ b/Command/Repair.hs
@@ -16,9 +16,9 @@ import qualified Git.Ref
import Git.Types
import Annex.Version
-cmd :: [Command]
-cmd = [noCommit $ dontCheck repoExists $
- command "repair" paramNothing seek SectionMaintenance "recover broken git repository"]
+cmd :: Command
+cmd = noCommit $ dontCheck repoExists $
+ command "repair" paramNothing seek SectionMaintenance "recover broken git repository"
seek :: CommandSeek
seek = withNothing start