From cccaa75a4878c8103ff36870920391b994f95db1 Mon Sep 17 00:00:00 2001 From: blinry Date: Tue, 12 Jan 2021 12:49:14 +0100 Subject: [PATCH] Also allow uppercase X when filling out form in the intro level --- levels/intro/who-are-you | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/levels/intro/who-are-you b/levels/intro/who-are-you index c91ed95..6ca1d08 100644 --- a/levels/intro/who-are-you +++ b/levels/intro/who-are-you @@ -26,7 +26,7 @@ test "$(git config user.name)" != "You" && hint "Hey $(git config user.name), we test "$(git config user.name)" != "You" # Fill out the enrollment form, and commit it! -git show main:form | grep '\[x\]' +git show main:form | grep '\[[xX]\]' [congrats]