From ed481670db1171cecc764a8c6df349e0470bb049 Mon Sep 17 00:00:00 2001 From: Techassi Date: Thu, 16 Jul 2026 12:42:44 +0200 Subject: [PATCH] fix(template): Use product name in docs templating script --- template/scripts/docs_templating.sh.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/scripts/docs_templating.sh.j2 b/template/scripts/docs_templating.sh.j2 index 4001b5bb..4735410f 100755 --- a/template/scripts/docs_templating.sh.j2 +++ b/template/scripts/docs_templating.sh.j2 @@ -39,8 +39,8 @@ do done # Ensure this script is executable -chmod +x "docs/modules/{[ operator.name }]/examples/getting_started/getting_started.sh" \ - || chmod +x "docs/modules/{[ operator.name }]/examples/getting_started/code/getting_started.sh" \ +chmod +x "docs/modules/{[ operator.product_string }]/examples/getting_started/getting_started.sh" \ + || chmod +x "docs/modules/{[ operator.product_string }]/examples/getting_started/code/getting_started.sh" \ || true echo "done"