quizzes/git: Fix JSON indentation for GIT_AUTHOR_EMAIL
authorW. Trevor King <wking@tremily.us>
Thu, 14 Feb 2013 15:38:51 +0000 (10:38 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 14 Feb 2013 15:38:51 +0000 (10:38 -0500)
quizzes/git.json

index 20c7aafcd2f32e3ee41d94e54311841017367ca2..bc30d9fa81d60905b5f838d782af91ad35ff66a8 100644 (file)
                                ],
                        "setup": [
                                "export GIT_AUTHOR_NAME='A U Thor'",
                                ],
                        "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",
                                "export GIT_COMMITTER_NAME='C O Mitter'",
                                "export GIT_COMMITTER_EMAIL=committer@example.com",
                                "export GIT_AUTHOR_DATE=1970-01-01T00:00:00Z",