Fix git identity?
This commit is contained in:
parent
664ffd7b0a
commit
f29d45dbb2
1 changed files with 1 additions and 1 deletions
|
@ -39,5 +39,5 @@ class GitIdentityFixer(BuildFixer):
|
||||||
value = subprocess.check_output(
|
value = subprocess.check_output(
|
||||||
['git', 'config', '--global', name]).decode().strip()
|
['git', 'config', '--global', name]).decode().strip()
|
||||||
self.session.check_call(
|
self.session.check_call(
|
||||||
['git', 'config', '--global', 'user.email', value])
|
['git', 'config', '--global', name, value])
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Add table
Reference in a new issue