diff options
Diffstat (limited to 'Command/Fix.hs')
-rw-r--r-- | Command/Fix.hs | 3 |
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 |