fix build
This commit is contained in:
parent
0b91afb57d
commit
d164434679
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue