From aa231ac7d44e9592d817ba17f3d1bdceadca5943 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Aug 2015 10:13:07 -0400 Subject: Fix typo of GIT_COMMITTER_EMAIL. --- commit.d/50vcs-commit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commit.d/50vcs-commit') diff --git a/commit.d/50vcs-commit b/commit.d/50vcs-commit index 1d9ade4..43af353 100755 --- a/commit.d/50vcs-commit +++ b/commit.d/50vcs-commit @@ -55,8 +55,8 @@ if [ "$VCS" = git ] && [ -d .git ]; then fi fi if [ -z "$GIT_COMMITTER_EMAIL" ]; then - GIT_COMMITER_EMAIL="$(git config --global user.email)" || true - export GIT_COMMITER_EMAIL + GIT_COMMITTER_EMAIL="$(git config --global user.email)" || true + export GIT_COMMITTER_EMAIL fi if [ -z "$GIT_AUTHOR_NAME" ]; then -- cgit v1.2.3