diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-04-15 15:19:25 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-04-15 15:19:25 -0400 |
commit | 0a0729c662fe21d203193276fd3a919b110cfdb8 (patch) | |
tree | 4ab2093eb8ae8b0de391d588e81c8d3b0a4ef735 /roles | |
parent | e03ca62d0791524cde203aaeb1d85a4a2bac7ee9 (diff) | |
download | infra-0a0729c662fe21d203193276fd3a919b110cfdb8.tar.gz infra-0a0729c662fe21d203193276fd3a919b110cfdb8.zip |
common: fix huge typo in /root/gitconfig
Diffstat (limited to 'roles')
-rw-r--r-- | roles/common/templates/root_gitconfig.j2 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/common/templates/root_gitconfig.j2 b/roles/common/templates/root_gitconfig.j2 index 90c7151..eeb8a44 100644 --- a/roles/common/templates/root_gitconfig.j2 +++ b/roles/common/templates/root_gitconfig.j2 @@ -1,5 +1,3 @@ - git config --global user.name "Your Name" - git config --global user.email you@example.com [user] name = root email = root@{{ hostname_fqdn }} |