update function name in comment
This commit is contained in:
parent
45a9c3c64e
commit
0de879e264
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ syncFile rs f (k, _) = do
|
||||||
sequence_ =<< handleget have
|
sequence_ =<< handleget have
|
||||||
putrs <- catMaybes . snd . unzip <$> (sequence =<< handleput lack)
|
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.
|
-- because a failure to drop does not mean the sync failed.
|
||||||
handleDropsFrom (putrs ++ locs) rs "unwanted" True k (Just f)
|
handleDropsFrom (putrs ++ locs) rs "unwanted" True k (Just f)
|
||||||
Nothing callCommandAction
|
Nothing callCommandAction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue