summaryrefslogtreecommitdiff
path: root/Command/Add.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Add.hs')
-rw-r--r--Command/Add.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Add.hs b/Command/Add.hs
index 948a0d94c..a0bcf789e 100644
--- a/Command/Add.hs
+++ b/Command/Add.hs
@@ -69,7 +69,7 @@ seek o = allowConcurrentOutput $ do
ifM isDirect
( go withFilesMaybeModified
, unlessM versionSupportsUnlockedPointers $
- go withFilesUnlocked
+ go withFilesOldUnlocked
)
{- Pass file off to git-add. -}