diff options
Diffstat (limited to 'Command/Unused.hs')
-rw-r--r-- | Command/Unused.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs index 67f10581d..7570dfe90 100644 --- a/Command/Unused.hs +++ b/Command/Unused.hs @@ -37,7 +37,7 @@ seek = [withNothing start] start :: CommandStartNothing start = notBareRepo $ do showStart "unused" "" - return $ Just perform + next perform perform :: CommandPerform perform = do @@ -47,7 +47,7 @@ perform = do r <- Remote.byName name checkRemoteUnused r _ -> checkUnused - return $ Just $ return True + next $ return True checkUnused :: Annex () checkUnused = do |