summaryrefslogtreecommitdiff
path: root/Command/Add.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-15 14:08:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-15 14:08:07 -0400
commit4419ed21e64d5713e83503b1b9b6120ba10cd1b6 (patch)
treebfe1dbbcf8d48463a4c39420dc9c1dfdd71197b4 /Command/Add.hs
parent65b70a1164f69e198ef135e62bdc92e8c4332582 (diff)
rename stuff for v5 unlocked files to indicate it's old
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. -}