From 52ec6e748d5ef8350e9788d0f19dc5c3d609ab86 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 28 Nov 2010 16:31:20 -0400 Subject: do not need to use Git.relative here (it is a no-op in this case anyway) --- LocationLog.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocationLog.hs b/LocationLog.hs index 7497d865b..6d52f4bdd 100644 --- a/LocationLog.hs +++ b/LocationLog.hs @@ -124,7 +124,7 @@ logNow s u = do {- Returns the filename of the log file for a given key. -} logFile :: Git.Repo -> Key -> String logFile repo key = - gitStateDir repo ++ Git.relative repo (keyFile key) ++ ".log" + gitStateDir repo ++ keyFile key ++ ".log" {- Returns a list of repository UUIDs that, according to the log, have - the value of a key. -} -- cgit v1.2.3