From d164434679f959292cc6208edd7bed8ce8b95ada Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 15 Jun 2021 11:13:31 -0400 Subject: [PATCH] fix build --- Command/Mirror.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )