diff options
Diffstat (limited to 'Command/Import.hs')
-rw-r--r-- | Command/Import.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Import.hs b/Command/Import.hs index fffa301ec..acf3bc01f 100644 --- a/Command/Import.hs +++ b/Command/Import.hs @@ -144,4 +144,4 @@ verifiedExisting key destfile = do (remotes, trusteduuids) <- knownCopies key untrusteduuids <- trustGet UnTrusted let tocheck = Remote.remotesWithoutUUID remotes (trusteduuids++untrusteduuids) - verifyEnoughCopies [] key need trusteduuids [] tocheck + verifyEnoughCopies [] key need [] trusteduuids tocheck |