diff options
Diffstat (limited to 'Command/Fsck.hs')
-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 4e83455e1..723a2e740 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -40,8 +40,8 @@ perform key file backend numcopies = check -- order matters [ verifyLocationLog key file , checkKeySize key - , checkKeyNumCopies key file numcopies , checkBackend backend key + , checkKeyNumCopies key file numcopies ] {- To fsck a bare repository, fsck each key in the location log. -} |