summaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-26 14:26:43 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-26 14:26:43 -0400
commit78d3add86b564149cd1e7c4527deffbf30cf839b (patch)
tree6c5d54557f30dc1bafcf6b52eca31c5a75b31df8 /Remote/Git.hs
parent20a451a58bf6be3359d458cebb9e9e192313e11a (diff)
tweak field name
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r--Remote/Git.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs
index f12ef2fc7..9f81c689d 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -94,7 +94,7 @@ gen r u _ = new <$> remoteCost r defcst
, hasKeyCheap = repoCheap r
, whereisKey = Nothing
, config = Nothing
- , path = if Git.repoIsLocal r || Git.repoIsLocalUnknown r
+ , localpath = if Git.repoIsLocal r || Git.repoIsLocalUnknown r
then Just $ Git.repoPath r
else Nothing
, repo = r