improve name of keys database lock file
This commit is contained in:
parent
4be2b57606
commit
7822164b0f
1 changed files with 1 additions and 1 deletions
|
@ -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. -}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue