diff --git a/Locations.hs b/Locations.hs index 200297321f..564087e1fe 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. -}