tweak field name
This commit is contained in:
parent
20a451a58b
commit
78d3add86b
10 changed files with 12 additions and 13 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue