From 44f8d8a3d89f87aebb0e499202e8b2e69851a706 Mon Sep 17 00:00:00 2001 From: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:20:45 +0100 Subject: [PATCH] Update docs/transformer.md Co-authored-by: Jack Baldry --- docs/transformer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/transformer.md b/docs/transformer.md index 49f12e0..ae17c47 100644 --- a/docs/transformer.md +++ b/docs/transformer.md @@ -346,7 +346,7 @@ killercoda: In the example above, we have added a foreground script to the introduction page. The script is named `docker-compose-update.sh` and is located in the `sandbox-scripts` directory. The script will run when the introduction page is loaded. -Another example is adding a background script to the finish page: +The following example sets the foreground script for the introduction page to be `docker-compose-cleanup.sh`: ```yaml title: Quick start for Tempo