summaryrefslogtreecommitdiff
path: root/Command/Fsck.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Fsck.hs')
-rw-r--r--Command/Fsck.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs
index 08bf2b97f..4e8eeb043 100644
--- a/Command/Fsck.hs
+++ b/Command/Fsck.hs
@@ -30,8 +30,7 @@ import Utility.Path
import Config
command :: [Command]
-command = [repoCommand "fsck" (paramOptional $ paramRepeating paramPath) seek
- "check for problems"]
+command = [repoCommand "fsck" paramPaths seek "check for problems"]
seek :: [CommandSeek]
seek = [withNumCopies start]