Fix Git user.email change in force push strategy
This commit is contained in:
parent
21d04f253a
commit
4b79845d53
|
@ -20,7 +20,7 @@ module Middleman
|
|||
`git init`
|
||||
`git remote add origin #{url}`
|
||||
`git config user.name "#{self.user_name}"`
|
||||
`git config user.name "#{self.user_email}"`
|
||||
`git config user.email "#{self.user_email}"`
|
||||
else
|
||||
# check if the remote repo has changed
|
||||
unless url == `git config --get remote.origin.url`.chop
|
||||
|
|
Loading…
Reference in a new issue