Skip to content

Commit f9a0217

Browse files
stackable-botTechassi
authored andcommitted
fix: Use operator name in docs templating script (#854)
* chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@23454ae Reference-to: stackabletech/operator-templating@23454ae (Part of stackabletech/issues#847) * fix: Use correct path in docs templating script --------- Co-authored-by: Techassi <git@techassi.dev>
1 parent 8c9bf02 commit f9a0217

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/docs_templating.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ do
3939
done
4040

4141
# Ensure this script is executable
42-
chmod +x docs/modules/opensearch/examples/getting_started/getting_started.sh
42+
chmod +x "docs/modules/opa/examples/getting_started/getting_started.sh" \
43+
|| chmod +x "docs/modules/opa/examples/getting_started/code/getting_started.sh" \
44+
|| true
4345

4446
echo "done"

0 commit comments

Comments
 (0)