diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-15 18:24:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-15 18:24:29 -0400 |
commit | a5e7f5329f4d9a80a34302e3707f0bd42b91a441 (patch) | |
tree | f7b85a6211d26c954fff619374960d923bf7ba21 /Command | |
parent | 11096c200f4050c1e4cdb4fbab9410055c6e1c02 (diff) |
fix
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Fsck.hs | 2 |
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 |