diff --git a/Command/Mirror.hs b/Command/Mirror.hs index bf0ecdb5f4..4fe8c31f4c 100644 --- a/Command/Mirror.hs +++ b/Command/Mirror.hs @@ -81,7 +81,7 @@ startKey o afile (si, key, ai) = case fromToOptions o of ) Right False -> ifM (inAnnex key) ( do - (numcopies, mincopies) <- getnummincopies + (numcopies, mincopies) <- getAssociatedFileNumMinCopies afile Command.Drop.startLocal pcc afile ai si numcopies mincopies key [] , stop )