aboutsummaryrefslogtreecommitdiff
path: root/Command/Fsck.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Fsck.hs')
-rw-r--r--Command/Fsck.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs
index 8d6f03d76..d1abb29e3 100644
--- a/Command/Fsck.hs
+++ b/Command/Fsck.hs
@@ -69,7 +69,7 @@ performBare key backend = check
]
check :: [Annex Bool] -> CommandPerform
-check s = sequence s >>= dispatch
+check = sequence >=> dispatch
where
dispatch vs
| all (== True) vs = next $ return True