diff options
Diffstat (limited to 'Backend/File.hs')
-rw-r--r-- | Backend/File.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Backend/File.hs b/Backend/File.hs index 26a6add1a..35cbc0191 100644 --- a/Backend/File.hs +++ b/Backend/File.hs @@ -196,7 +196,6 @@ missingNote file 0 _ [] = "** No known copies of " ++ file ++ " exist!" missingNote file 0 _ untrusted = "Only these untrusted locations may have copies of " ++ file ++ - "\n-- they could lose it at any time!" ++ "\n" ++ untrusted ++ "Back it up to trusted locations with git-annex copy." missingNote file present needed [] = |