From: W. Trevor King Date: Thu, 7 Feb 2013 01:20:44 +0000 (-0500) Subject: quizzes/git: Don't timeout during the 'gitignore' question X-Git-Tag: v0.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=06440ab71bd28747acadf132a1959fee0a207782;p=quizzer.git quizzes/git: Don't timeout during the 'gitignore' question In case the user decides to spawn an editor to tweak .gitignore. --- diff --git a/quizzes/git.json b/quizzes/git.json index a5fc1dc..eb841b3 100644 --- a/quizzes/git.json +++ b/quizzes/git.json @@ -640,6 +640,7 @@ "interpreter": "sh", "id": "gitignore", "prompt": "Tell git to ignore files ending with `~`.", + "timeout": null, "answer": "echo '*~' > .gitignore", "setup": [ "git init"