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^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=58855f8f9c9fa484a51ec129dec11c674e42a963;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"