projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b91afb
)
fix build
author
Joey Hess
<joeyh@joeyh.name>
Tue, 15 Jun 2021 15:13:31 +0000
(11:13 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 15 Jun 2021 15:14:43 +0000
(11:14 -0400)
Command/Mirror.hs
patch
|
blob
|
history
diff --git
a/Command/Mirror.hs
b/Command/Mirror.hs
index bf0ecdb5f4c705d950c1a2ca904a3a73fe842317..4fe8c31f4c6787ecc7cb004706bda176dc134f86 100644
(file)
--- 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) <- get
nummincopies
+ (numcopies, mincopies) <- get
AssociatedFileNumMinCopies afile
Command.Drop.startLocal pcc afile ai si numcopies mincopies key []
, stop
)