summaryrefslogtreecommitdiff
path: root/commit.d/50vcs-commit
diff options
context:
space:
mode:
Diffstat (limited to 'commit.d/50vcs-commit')
-rwxr-xr-xcommit.d/50vcs-commit4
1 files changed, 2 insertions, 2 deletions
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