improve name of keys database lock file

This commit is contained in:
Joey Hess 2015-12-31 13:28:18 -04:00
parent 4be2b57606
commit 7822164b0f
Failed to extract signature

View file

@ -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. -}