summaryrefslogtreecommitdiff
path: root/Command/Uninit.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Uninit.hs')
-rw-r--r--Command/Uninit.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Uninit.hs b/Command/Uninit.hs
index 5e50c0b3a..a40e28399 100644
--- a/Command/Uninit.hs
+++ b/Command/Uninit.hs
@@ -18,7 +18,7 @@ import qualified Annex.Branch
import Annex.Content
def :: [Command]
-def = [notDirect $ addCheck check $ command "uninit" paramPaths seek
+def = [addCheck check $ command "uninit" paramPaths seek
SectionUtility "de-initialize git-annex and clean out repository"]
check :: Annex ()
@@ -104,6 +104,6 @@ removeUnannexed = go []
go c ks
, go (k:c) ks
)
- enoughlinks f = do
+ enoughlinks f = catchBoolIO $ do
s <- getFileStatus f
return $ linkCount s > 1