From 7822164b0fd4f84e9ccc5c666e2e0cd4a052042a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 31 Dec 2015 13:28:18 -0400 Subject: [PATCH] improve name of keys database lock file --- Locations.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -}