diff options
Diffstat (limited to 'Git/Construct.hs')
-rw-r--r-- | Git/Construct.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Git/Construct.hs b/Git/Construct.hs index b809d7318..90bedbde1 100644 --- a/Git/Construct.hs +++ b/Git/Construct.hs @@ -225,6 +225,7 @@ newFrom l = return Repo , fullconfig = M.empty , remotes = [] , remoteName = Nothing + , gitEnv = Nothing } |