diff options
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Add.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Add.hs b/Command/Add.hs index 83b1ca22c..b90db8ba1 100644 --- a/Command/Add.hs +++ b/Command/Add.hs @@ -44,7 +44,7 @@ seek = ] where go a = withValue largeFilesMatcher $ \matcher -> - a $ \file -> ifM (checkFileMatcher matcher file) + a $ \file -> ifM (checkFileMatcher matcher file <||> Annex.getState Annex.force) ( start file , stop ) |