add back inAnnex check for keys options
Lost in recent commit.
This commit is contained in:
parent
4685612f43
commit
2d771a7d32
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ start o from file key = start' expensivecheck from key afile ai
|
|||
|
||||
startKeys :: Maybe Remote -> (Key, ActionItem) -> CommandStart
|
||||
startKeys from (key, ai) = checkFailedTransferDirection ai Download $
|
||||
start' (return True) from key (AssociatedFile Nothing) ai
|
||||
stopUnless (not <$> inAnnex key) $
|
||||
start' (return True) from key (AssociatedFile Nothing) ai
|
||||
|
||||
start' :: Annex Bool -> Maybe Remote -> Key -> AssociatedFile -> ActionItem -> CommandStart
|
||||
start' expensivecheck from key afile ai =
|
||||
|
|
Loading…
Reference in a new issue