diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-08-06 00:12:24 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-08-06 00:12:24 -0700 |
commit | 7bca9d764ef27df10309623182c005a593fe4674 (patch) | |
tree | 15f55728f7bdb74d978149c3e356f02c94964bc5 /roles/common | |
parent | cb00f9f7462c5d8bce5b5071d1c26a6cc80243d8 (diff) | |
download | infra-7bca9d764ef27df10309623182c005a593fe4674.tar.gz infra-7bca9d764ef27df10309623182c005a593fe4674.zip |
fix root/.gitconfig typo
Diffstat (limited to 'roles/common')
-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 }} |