summaryrefslogtreecommitdiff
path: root/Command/Unused.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Unused.hs')
-rw-r--r--Command/Unused.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs
index a6cced27f..7e9ffa01f 100644
--- a/Command/Unused.hs
+++ b/Command/Unused.hs
@@ -36,7 +36,7 @@ seek = [withNothing start]
{- Finds unused content in the annex. -}
start :: CommandStart
-start = notBareRepo $ do
+start = do
from <- Annex.getState Annex.fromremote
let (name, action) = case from of
Nothing -> (".", checkUnused)