quizzes/git: Don't timeout during the 'gitignore' question v0.1
authorW. Trevor King <wking@tremily.us>
Thu, 7 Feb 2013 01:20:44 +0000 (20:20 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 7 Feb 2013 01:20:44 +0000 (20:20 -0500)
In case the user decides to spawn an editor to tweak .gitignore.

quizzes/git.json

index a5fc1dcc0c09b0026c1a52aa23d261024d23ea29..eb841b3fd4cdf784f712d76d615305c6a1f9d83c 100644 (file)
                        "interpreter": "sh",
                        "id": "gitignore",
                        "prompt": "Tell git to ignore files ending with `~`.",
+                       "timeout": null,
                        "answer": "echo '*~' > .gitignore",
                        "setup": [
                                        "git init"