do not need to use Git.relative here (it is a no-op in this case anyway)
This commit is contained in:
parent
653ad35a9f
commit
52ec6e748d
1 changed files with 1 additions and 1 deletions
|
@ -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. -}
|
||||
|
|
Loading…
Reference in a new issue