add --force overrides annex.largefiles
This commit is contained in:
parent
67e817c6a1
commit
b89efc79f6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue