From 797ecd256a927ca410893bc20011d93df1db4a97 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Feb 2013 17:03:23 -0500 Subject: [PATCH] quizzes/git: Avoid escaped double-quotes when single-quotes will do --- quizzes/git.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quizzes/git.json b/quizzes/git.json index 1ecdc1f..c10a62a 100644 --- a/quizzes/git.json +++ b/quizzes/git.json @@ -93,7 +93,7 @@ "timeout": null, "answer": [ "git add README", - "git commit -m \"Add a README\"" + "git commit -m 'Add a README'" ], "setup": [ "export GIT_AUTHOR_NAME='A U Thor'", -- 2.26.2