diff options
Diffstat (limited to 'Command/Find.hs')
-rw-r--r-- | Command/Find.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Find.hs b/Command/Find.hs index eb0267c14..bc7f200c2 100644 --- a/Command/Find.hs +++ b/Command/Find.hs @@ -30,8 +30,8 @@ formatOption :: Option formatOption = fieldOption [] "format" paramFormat "control format of output" seek :: [CommandSeek] -seek = [withField "format" formatconverter $ \f -> - withFilesInGit $ whenAnnexed $ start f] +seek = [withField "format" $ \f -> + withFilesInGit $ whenAnnexed $ start $ formatconverter f] where formatconverter = maybe Nothing (Just . Utility.Format.gen) |