summaryrefslogtreecommitdiff
path: root/Command/Indirect.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Indirect.hs')
-rw-r--r--Command/Indirect.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Indirect.hs b/Command/Indirect.hs
index bf1509944..e63c4cb8a 100644
--- a/Command/Indirect.hs
+++ b/Command/Indirect.hs
@@ -59,7 +59,7 @@ perform = do
setDirect False
top <- fromRepo Git.repoPath
- (l, clean) <- inRepo $ Git.LsFiles.stagedDetails [top]
+ (l, clean) <- inRepo $ Git.LsFiles.stagedOthersDetails [top]
forM_ l go
void $ liftIO clean
next cleanup