From: W. Trevor King Date: Thu, 14 Feb 2013 15:38:51 +0000 (-0500) Subject: quizzes/git: Fix JSON indentation for GIT_AUTHOR_EMAIL X-Git-Tag: v0.2~4 X-Git-Url: http://git.tremily.us/?p=quizzer.git;a=commitdiff_plain;h=cc013cb6bfcb39b1c3ca26e94d8ceb0d22b834f6 quizzes/git: Fix JSON indentation for GIT_AUTHOR_EMAIL --- diff --git a/quizzes/git.json b/quizzes/git.json index 20c7aaf..bc30d9f 100644 --- a/quizzes/git.json +++ b/quizzes/git.json @@ -193,7 +193,7 @@ ], "setup": [ "export GIT_AUTHOR_NAME='A U Thor'", - "export GIT_AUTHOR_EMAIL=author@example.com", + "export GIT_AUTHOR_EMAIL=author@example.com", "export GIT_COMMITTER_NAME='C O Mitter'", "export GIT_COMMITTER_EMAIL=committer@example.com", "export GIT_AUTHOR_DATE=1970-01-01T00:00:00Z",