summaryrefslogtreecommitdiff
path: root/Locations.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-31 13:28:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-31 13:28:18 -0400
commitce6a0dca2a7fc987a72d272b94c22ba16e31b0d5 (patch)
treefa9376438284dbef3446f707aecc258aaaee4aa4 /Locations.hs
parentfe72473188546d8b314d2a085f4535819ab590dc (diff)
improve name of keys database lock file
Diffstat (limited to 'Locations.hs')
-rw-r--r--Locations.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Locations.hs b/Locations.hs
index 200297321..564087e1f 100644
--- a/Locations.hs
+++ b/Locations.hs
@@ -245,7 +245,7 @@ gitAnnexKeysDb r = gitAnnexDir r </> "keys"
{- Lock file for the keys database. -}
gitAnnexKeysDbLock :: Git.Repo -> FilePath
-gitAnnexKeysDbLock r = gitAnnexKeysDb r ++ "lck"
+gitAnnexKeysDbLock r = gitAnnexKeysDb r ++ ".lck"
{- .git/annex/fsck/uuid/ is used to store information about incremental
- fscks. -}