typo
This commit is contained in:
parent
e5516fc68f
commit
6c0bdc3447
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ import Annex.Exception
|
||||||
import Config
|
import Config
|
||||||
|
|
||||||
{- Drop from local and/or remote when allowed by the preferred content and
|
{- Drop from local and/or remote when allowed by the preferred content and
|
||||||
- numcopies settings. If it's known to be present on a particular remote,
|
- numcopies settings. -}
|
||||||
- -}
|
|
||||||
handleDrops :: Bool -> Key -> AssociatedFile -> Maybe Remote -> Assistant ()
|
handleDrops :: Bool -> Key -> AssociatedFile -> Maybe Remote -> Assistant ()
|
||||||
handleDrops _ _ Nothing _ = noop
|
handleDrops _ _ Nothing _ = noop
|
||||||
handleDrops fromhere key f knownpresentremote = do
|
handleDrops fromhere key f knownpresentremote = do
|
||||||
|
|
Loading…
Reference in a new issue