mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-20 16:20:18 +01:00
Also allow uppercase X when filling out form in the intro level
This commit is contained in:
parent
55d5dfea9e
commit
cccaa75a48
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ test "$(git config user.name)" != "You" && hint "Hey $(git config user.name), we
|
||||||
test "$(git config user.name)" != "You"
|
test "$(git config user.name)" != "You"
|
||||||
|
|
||||||
# Fill out the enrollment form, and commit it!
|
# Fill out the enrollment form, and commit it!
|
||||||
git show main:form | grep '\[x\]'
|
git show main:form | grep '\[[xX]\]'
|
||||||
|
|
||||||
[congrats]
|
[congrats]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue