summaryrefslogtreecommitdiff
path: root/Annex/FileMatcher.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-06 16:03:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-06 16:03:02 -0400
commite24a7140fd8a4198ae470081a936c170df6ee495 (patch)
treedefd80ae1bd15f94fbe0cfeb41f992c12711ed40 /Annex/FileMatcher.hs
parent4c8cfa61bfb6fa1d9482a6b07b04d9ec11be4d0d (diff)
relFile does not have to be relative; rename to currFile
Diffstat (limited to 'Annex/FileMatcher.hs')
-rw-r--r--Annex/FileMatcher.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/FileMatcher.hs b/Annex/FileMatcher.hs
index 16ade922c..0de4d83d1 100644
--- a/Annex/FileMatcher.hs
+++ b/Annex/FileMatcher.hs
@@ -42,7 +42,7 @@ fileMatchInfo file = do
matchfile <- getTopFilePath <$> inRepo (toTopFilePath file)
return $ MatchingFile FileInfo
{ matchFile = matchfile
- , relFile = file
+ , currFile = file
}
matchAll :: FileMatcher Annex