diff --git a/Command/AddUrl.hs b/Command/AddUrl.hs index 600a6169d8..2f157c7fdd 100644 --- a/Command/AddUrl.hs +++ b/Command/AddUrl.hs @@ -44,7 +44,7 @@ perform url file = ifAnnexed file addurl geturl where geturl = do whenM (liftIO $ doesFileExist file) $ - error $ "already have this url in " ++ file + error $ "not overwriting existing " ++ file fast <- Annex.getState Annex.fast if fast then nodownload url file else download url file addurl (key, _backend) = do