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 514421e93..bc7a29f15 100644
--- a/Command/Fsck.hs
+++ b/Command/Fsck.hs
@@ -536,7 +536,7 @@ badContentRemote remote localcopy key = do
runFsck :: Incremental -> ActionItem -> Key -> Annex Bool -> CommandStart
runFsck inc ai key a = ifM (needFsck inc key)
( do
- showStart' "fsck" key ai
+ showStartKey "fsck" key ai
next $ do
ok <- a
when ok $