From e078597ce1d2a974d714d493f03b4f6c1f0f2a2c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 23 Mar 2017 17:25:47 +1300 Subject: Use consistent m4 prefix --- git/gitconfig.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'git') diff --git a/git/gitconfig.m4 b/git/gitconfig.m4 index d13e7fdb..f533f02f 100644 --- a/git/gitconfig.m4 +++ b/git/gitconfig.m4 @@ -52,13 +52,13 @@ [sendemail] confirm = compose - smtpServer = DOTFILES_SENDMAIL + smtpServer = DF_SENDMAIL [status] short = true showUntrackedFiles = all [user] - name = DOTFILES_NAME - email = DOTFILES_EMAIL - signingKey = DOTFILES_KEY + name = DF_NAME + email = DF_EMAIL + signingKey = DF_KEY -- cgit v1.2.3