From 58855f8f9c9fa484a51ec129dec11c674e42a963 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Feb 2013 20:20:44 -0500 Subject: [PATCH] quizzes/git: Don't timeout during the 'gitignore' question In case the user decides to spawn an editor to tweak .gitignore. --- quizzes/git.json | 1 + 1 file changed, 1 insertion(+) 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" -- 2.26.2