tweak field name

This commit is contained in:
Joey Hess 2012-08-26 14:26:43 -04:00
parent 20a451a58b
commit 78d3add86b
10 changed files with 12 additions and 13 deletions

View file

@ -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
}