de-Maybe remoteGitConfig
It's always set, so does not need to be a Maybe.
This commit is contained in:
parent
a6416ba232
commit
db1600b2de
5 changed files with 10 additions and 9 deletions
|
@ -63,7 +63,7 @@ chainGen addr r u c gc = do
|
|||
, config = c
|
||||
, localpath = Nothing
|
||||
, repo = r
|
||||
, gitconfig = gc { remoteGitConfig = Just $ extractGitConfig r }
|
||||
, gitconfig = gc { remoteGitConfig = extractGitConfig r }
|
||||
, readonly = False
|
||||
, availability = GloballyAvailable
|
||||
, remotetype = remote
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue