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"