diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-10 15:36:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-11 00:06:54 -0400 |
commit | abdacf58ed5d0da0439819feb669b04b2368bb92 (patch) | |
tree | 77694958b647c8015104d1d8151a744a03666070 /Command | |
parent | 16e7178f207b0472346c06f30aa210cebe373c36 (diff) |
tweaks
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 61107ebe1..680828748 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -52,7 +52,7 @@ withBarePresentKeys a params = isBareRepo >>= go go True = do unless (null params) $ error "fsck should be run without parameters in a bare repository" - prepStart a loggedKeys + map a <$> loggedKeys startBare :: Key -> CommandStart startBare key = case Backend.maybeLookupBackendName (Types.Key.keyBackendName key) of |