From d3327aa3c99fa412c2304752037552c11b89e82c Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Fri, 21 Dec 2018 20:34:42 +0100 Subject: [PATCH] stupid typo --- test/test_cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_cli.py b/test/test_cli.py index 3835312..10c6755 100644 --- a/test/test_cli.py +++ b/test/test_cli.py @@ -33,8 +33,8 @@ requires = ["setuptools", "wheel"] ENV = { 'GIT_AUTHOR_NAME' : "pycalver_tester", 'GIT_COMMITTER_NAME' : "pycalver_tester", - 'GIT_AUTHOR_EMAIl' : "pycalver_tester@nowhere.com", - 'GIT_COMMITTER_EMAIl': "pycalver_tester@nowhere.com", + 'GIT_AUTHOR_EMAIL' : "pycalver_tester@nowhere.com", + 'GIT_COMMITTER_EMAIL': "pycalver_tester@nowhere.com", 'HGUSER' : "pycalver_tester", }