summaryrefslogtreecommitdiff
path: root/Command/AddUnused.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/AddUnused.hs')
-rw-r--r--Command/AddUnused.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/AddUnused.hs b/Command/AddUnused.hs
index 7a9a1ba30..c83c74e72 100644
--- a/Command/AddUnused.hs
+++ b/Command/AddUnused.hs
@@ -38,4 +38,4 @@ perform key = next $ do
- it seems better to error out, rather than moving bad/tmp content into
- the annex. -}
performOther :: String -> Key -> CommandPerform
-performOther other _ = error $ "cannot addunused " ++ otherĀ ++ "content"
+performOther other _ = giveup $ "cannot addunused " ++ otherĀ ++ "content"