mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-24 16:20:08 +01:00
Fix typo in intro/risky level
from.txt -> form.txt
This commit is contained in:
parent
d5a7c2eb9e
commit
c7f8b3cd09
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ test "$(cat form.txt | wc -l )" -ge 5 && echo "(Has been stolen by your cat.)
|
||||||
|
|
||||||
[win]
|
[win]
|
||||||
|
|
||||||
# Add another line to from.txt!
|
# Add another line to form.txt!
|
||||||
test "$(cat form.txt | wc -l )" -ge 5
|
test "$(cat form.txt | wc -l )" -ge 5
|
||||||
|
|
Loading…
Reference in a new issue