diff options
Diffstat (limited to 'Command/Sync.hs')
-rw-r--r-- | Command/Sync.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Sync.hs b/Command/Sync.hs index ce1faa7f5..0507fd680 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -529,7 +529,7 @@ syncFile rs f (k, _) = do sequence_ =<< handleget have putrs <- catMaybes . snd . unzip <$> (sequence =<< handleput lack) - -- Using callCommand rather than commandAction for drops, + -- Using callCommandAction rather than commandAction for drops, -- because a failure to drop does not mean the sync failed. handleDropsFrom (putrs ++ locs) rs "unwanted" True k (Just f) Nothing callCommandAction |