summaryrefslogtreecommitdiff
path: root/Command/Fix.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Fix.hs')
-rw-r--r--Command/Fix.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Command/Fix.hs b/Command/Fix.hs
index 6ef942be8..5b8630654 100644
--- a/Command/Fix.hs
+++ b/Command/Fix.hs
@@ -34,7 +34,8 @@ seek ps = unlessM crippledFileSystem $ do
( return FixAll
, return FixSymlinks
)
- flip withFilesInGit ps $ whenAnnexed $ start fixwhat
+ l <- workTreeItems ps
+ flip withFilesInGit l $ whenAnnexed $ start fixwhat
data FixWhat = FixSymlinks | FixAll