Skip to content

Commit 8877977

Browse files
authored
Merge pull request #143 from jdno/fix-init-git-script
Fix script that sets git username and email
2 parents 014278b + 7e13cc0 commit 8877977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/dev-desktop/files/scripts/init_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
print("E: Could not configure your git name and email. Please do so manually.")
2424
exit(1)
2525

26-
person = people_map[github_name]
26+
person = people_map[username]
2727

2828
for config in ["email", "name"]:
2929
if config not in person:

0 commit comments

Comments
 (0)