From 78d3add86b564149cd1e7c4527deffbf30cf839b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 26 Aug 2012 14:26:43 -0400 Subject: tweak field name --- Types/Remote.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Types') 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 } -- cgit v1.2.3