diff options
-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 |