We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 014278b + 7e13cc0 commit 8877977Copy full SHA for 8877977
ansible/roles/dev-desktop/files/scripts/init_git.py
@@ -23,7 +23,7 @@
23
print("E: Could not configure your git name and email. Please do so manually.")
24
exit(1)
25
26
-person = people_map[github_name]
+person = people_map[username]
27
28
for config in ["email", "name"]:
29
if config not in person:
0 commit comments