fix build

This commit is contained in:
Joey Hess 2021-06-15 11:13:31 -04:00
parent 0b91afb57d
commit d164434679
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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
)