summaryrefslogtreecommitdiff
path: root/Command/InAnnex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/InAnnex.hs')
-rw-r--r--Command/InAnnex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/InAnnex.hs b/Command/InAnnex.hs
index a7e2ecff6..b5b59ccf7 100644
--- a/Command/InAnnex.hs
+++ b/Command/InAnnex.hs
@@ -24,5 +24,5 @@ start :: CommandStartKey
start key = do
present <- inAnnex key
if present
- then return Nothing
+ then stop
else liftIO $ exitFailure