relFile does not have to be relative; rename to currFile
This commit is contained in:
parent
dfab5e6ff4
commit
b94eb9b22c
4 changed files with 8 additions and 6 deletions
|
@ -42,7 +42,7 @@ fileMatchInfo file = do
|
|||
matchfile <- getTopFilePath <$> inRepo (toTopFilePath file)
|
||||
return $ MatchingFile FileInfo
|
||||
{ matchFile = matchfile
|
||||
, relFile = file
|
||||
, currFile = file
|
||||
}
|
||||
|
||||
matchAll :: FileMatcher Annex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue