missed adding allowConcurrentOutput here
This commit is contained in:
parent
6803f17a1e
commit
8ea594f565
1 changed files with 5 additions and 4 deletions
|
@ -36,7 +36,8 @@ instance DeferredParseClass CopyOptions where
|
|||
<*> pure (autoMode v)
|
||||
|
||||
seek :: CopyOptions -> CommandSeek
|
||||
seek o = withKeyOptions (Command.Move.keyOptions $ moveOptions o) (autoMode o)
|
||||
seek o = allowConcurrentOutput $
|
||||
withKeyOptions (Command.Move.keyOptions $ moveOptions o) (autoMode o)
|
||||
(Command.Move.startKey (moveOptions o) False)
|
||||
(withFilesInGit $ whenAnnexed $ start o)
|
||||
(Command.Move.moveFiles $ moveOptions o)
|
||||
|
|
Loading…
Add table
Reference in a new issue