From b5f3ae6457084240d311b3f541646a3f2ecb4cc7 Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Wed, 4 Apr 2018 14:45:13 -0500 Subject: [PATCH] 'echo' typo We added an 'h' to 'eco' --- linux_story/story/challenges/challenge_25.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.\"}}"),