Skip to content

Commit 82c22f7

Browse files
committed
fix(template): Use operator name in docs templating script
1 parent 1cc39b7 commit 82c22f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ 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/{[ operator.name }]/examples/getting_started/getting_started.sh || chmod +x docs/modules/{[ operator.name }]/examples/getting_started/code/getting_started.sh || true
4343

4444
echo "done"

0 commit comments

Comments
 (0)