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)
|
Right False -> ifM (inAnnex key)
|
||||||
( do
|
( do
|
||||||
(numcopies, mincopies) <- getnummincopies
|
(numcopies, mincopies) <- getAssociatedFileNumMinCopies afile
|
||||||
Command.Drop.startLocal pcc afile ai si numcopies mincopies key []
|
Command.Drop.startLocal pcc afile ai si numcopies mincopies key []
|
||||||
, stop
|
, stop
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue