Also allow uppercase X when filling out form in the intro level

This commit is contained in:
blinry 2021-01-12 12:49:14 +01:00
parent 55d5dfea9e
commit cccaa75a48

View file

@ -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]