From ed7d03ab123de156d52cfb8b8837a2a0765137f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondr=CC=8Cej=20S=CC=8Cebek?= Date: Thu, 3 Aug 2023 10:32:33 +0200 Subject: [PATCH] Fixup crash tutorial --- data/scenarios/Tutorials/crash.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scenarios/Tutorials/crash.yaml b/data/scenarios/Tutorials/crash.yaml index 3751357e9..286b4b852 100644 --- a/data/scenarios/Tutorials/crash.yaml +++ b/data/scenarios/Tutorials/crash.yaml @@ -11,7 +11,7 @@ objectives: sending a robot to walk four steps straight east into the mountain, crashing deliberately. However, you must make sure it has a `logger`{=entity}, so we can see what command failed. The simplest way to ensure - that is to have it execute the `log`{=entity} command; `build` will + that is to have it execute the `log` command; `build` will ensure it has the devices it needs to execute its commands. For example: - |