diff options
Diffstat (limited to 'Command/MetaData.hs')
-rw-r--r-- | Command/MetaData.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/MetaData.hs b/Command/MetaData.hs index 08f205359..10093ab08 100644 --- a/Command/MetaData.hs +++ b/Command/MetaData.hs @@ -61,7 +61,7 @@ seek ps = do let seeker = if null modmeta then withFilesInGit else withFilesInGitNonRecursive - withKeyOptions + withKeyOptions False (startKeys now getfield modmeta) (seeker $ whenAnnexed $ start now getfield modmeta) ps |