Update template variable to new format

This commit is contained in:
Daniel Lynn 2022-10-14 15:47:22 -05:00
parent 5c74453b52
commit b7c3e030ad
Signed by: daniel
GPG Key ID: 655C07B9B3DDC88B

View File

@ -24,9 +24,9 @@
ignore = update-index --assume-unchanged ignore = update-index --assume-unchanged
[user] [user]
email = __[email]__ email = {{email}}
name = __[name]__ name = {{name}}
signingkey = __[signing_key]__ signingkey = {{signing_key}}
[url "git@github.com:"] [url "git@github.com:"]
insteadOf = https://github.com insteadOf = https://github.com