quizzes/git: Fix JSON indentation for GIT_AUTHOR_EMAIL
[quizzer.git] / quizzes / git.json
index 20c7aafcd2f32e3ee41d94e54311841017367ca2..bc30d9fa81d60905b5f838d782af91ad35ff66a8 100644 (file)
                                ],
                        "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",