From f18ba7df24e69c056b607a97a8a5587d085dd14a Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 18 Nov 2024 15:12:31 +0100 Subject: [PATCH] chore(getting_started): replace templating instructions with make --- .../examples/getting_started/code/getting_started.sh | 12 +----------- .../getting_started/code/getting_started.sh.j2 | 12 +----------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/docs/modules/trino/examples/getting_started/code/getting_started.sh b/docs/modules/trino/examples/getting_started/code/getting_started.sh index 6de045b4..bba9cf4e 100755 --- a/docs/modules/trino/examples/getting_started/code/getting_started.sh +++ b/docs/modules/trino/examples/getting_started/code/getting_started.sh @@ -2,17 +2,7 @@ set -euo pipefail # DO NOT EDIT THE SCRIPT -# Instead, update the j2 template, and regenerate it for dev: -# cat <