diff --git a/linux_story/story/challenges/challenge_25.py b/linux_story/story/challenges/challenge_25.py index 9807aa0..58ff15b 100644 --- a/linux_story/story/challenges/challenge_25.py +++ b/linux_story/story/challenges/challenge_25.py @@ -198,7 +198,7 @@ def next(self): class Step6(StepTemplateMkdir): story = [ - _("The script reads {{yb:eco \"Honk!\"}}"), + _("The script reads {{yb:echo \"Honk!\"}}"), _("Maybe it should read {{yb:echo \"Honk!\"}} instead..."), _("How could we make changes to this script?"), _("\nBernard: {{Bb:\"Ho ho, you look like you understand the problem.\"}}"),