diff options
Diffstat (limited to 'Command/Mirror.hs')
-rw-r--r-- | Command/Mirror.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Mirror.hs b/Command/Mirror.hs index 7d33d80e9..a8f4307a2 100644 --- a/Command/Mirror.hs +++ b/Command/Mirror.hs @@ -45,7 +45,7 @@ seek o = allowConcurrentOutput $ withKeyOptions (keyOptions o) False (startKey o (AssociatedFile Nothing)) (withFilesInGit $ whenAnnexed $ start o) - (mirrorFiles o) + =<< workTreeItems (mirrorFiles o) start :: MirrorOptions -> FilePath -> Key -> CommandStart start o file k = startKey o afile k (mkActionItem afile) |