summaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
Diffstat (limited to 'Annex')
-rw-r--r--Annex/NumCopies.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Annex/NumCopies.hs b/Annex/NumCopies.hs
index 2ddb460fd..64c78fca0 100644
--- a/Annex/NumCopies.hs
+++ b/Annex/NumCopies.hs
@@ -19,7 +19,7 @@ module Annex.NumCopies (
numCopiesCheck',
verifyEnoughCopiesToDrop,
verifiableCopies,
- UnVerifiedCopy,
+ UnVerifiedCopy(..),
) where
import Common.Annex
@@ -115,7 +115,7 @@ verifyEnoughCopiesToDrop
-> [UUID] -- repos to skip considering (generally untrusted remotes)
-> [VerifiedCopy] -- copies already verified to exist
-> [UnVerifiedCopy] -- places to check to see if they have copies
- -> (SafeDropProof -> Annex a) -- action to perform to drop
+ -> (SafeDropProof -> Annex a) -- action to perform the drop
-> Annex a -- action to perform when unable to drop
-> Annex a
verifyEnoughCopiesToDrop nolocmsg key removallock need skip preverified tocheck dropaction nodropaction =