summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-11-15 18:24:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-11-15 18:24:29 -0400
commita5e7f5329f4d9a80a34302e3707f0bd42b91a441 (patch)
treef7b85a6211d26c954fff619374960d923bf7ba21
parent11096c200f4050c1e4cdb4fbab9410055c6e1c02 (diff)
fix
-rw-r--r--Command/Fsck.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs
index 07621ad4e..6291d5ba3 100644
--- a/Command/Fsck.hs
+++ b/Command/Fsck.hs
@@ -13,7 +13,7 @@ import Types
import Messages
seek :: [SubCmdSeek]
-seek = [withFilesInGit start]
+seek = [withAll withFilesInGit start]
{- Checks a file's backend data for problems. -}
start :: SubCmdStartString