summaryrefslogtreecommitdiff
path: root/Command/List.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/List.hs')
-rw-r--r--Command/List.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/List.hs b/Command/List.hs
index 05f12822a..e949c2ff0 100644
--- a/Command/List.hs
+++ b/Command/List.hs
@@ -44,7 +44,8 @@ seek :: ListOptions -> CommandSeek
seek o = do
list <- getList o
printHeader list
- withFilesInGit (whenAnnexed $ start list) (listThese o)
+ withFilesInGit (whenAnnexed $ start list)
+ =<< workTreeItems (listThese o)
getList :: ListOptions -> Annex [(UUID, RemoteName, TrustLevel)]
getList o