summaryrefslogtreecommitdiff
path: root/Command/Multicast.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Multicast.hs')
-rw-r--r--Command/Multicast.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Multicast.hs b/Command/Multicast.hs
index 5588a0a50..7b0d54e8e 100644
--- a/Command/Multicast.hs
+++ b/Command/Multicast.hs
@@ -131,7 +131,7 @@ send ups fs = withTmpFile "send" $ \t h -> do
giveup "Sorry, multicast send cannot be done from a direct mode repository."
showStart "generating file list" ""
- fs' <- seekHelper LsFiles.inRepo fs
+ fs' <- seekHelper LsFiles.inRepo =<< workTreeItems fs
matcher <- Limit.getMatcher
let addlist f o = whenM (matcher $ MatchingFile $ FileInfo f f) $
liftIO $ hPutStrLn h o