diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-20 16:00:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-20 16:00:41 -0400 |
commit | fb66000ad05fa313838d366dffffd561977dcee3 (patch) | |
tree | c62d751e507f9bcacb38be4279ae2b55c537cec3 /Command | |
parent | e8dd341a562e3ef7926f5f51009f4b71bdc4dad9 (diff) |
tweak wording
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Fsck.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Fsck.hs b/Command/Fsck.hs index 766154a4a..6cf444967 100644 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -67,7 +67,6 @@ seek :: CommandSeek seek ps = do from <- getOptionField fsckFromOption Remote.byNameWithUUID i <- getIncremental - liftIO $ print i withKeyOptions (\k -> startKey i k =<< getNumCopies) (withFilesInGit $ whenAnnexed $ start from i) |