summaryrefslogtreecommitdiff
path: root/Types/Remote.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 /Types/Remote.hs
parent20a451a58bf6be3359d458cebb9e9e192313e11a (diff)
tweak field name
Diffstat (limited to 'Types/Remote.hs')
-rw-r--r--Types/Remote.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Types/Remote.hs b/Types/Remote.hs
index 814be9feb..a65919605 100644
--- a/Types/Remote.hs
+++ b/Types/Remote.hs
@@ -64,8 +64,8 @@ data RemoteA a = Remote {
config :: Maybe RemoteConfig,
-- git configuration for the remote
repo :: Git.Repo,
- -- a Remote can be assocated with a specific filesystem path
- path :: Maybe FilePath,
+ -- a Remote can be assocated with a specific local filesystem path
+ localpath :: Maybe FilePath,
-- the type of the remote
remotetype :: RemoteTypeA a
}