Skip to content

Commit adbc820

Browse files
committed
fix: Quote Jinja2 template strings to not trigger shellcheck
1 parent 82c22f7 commit adbc820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/scripts/docs_templating.sh.j2

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/{[ operator.name }]/examples/getting_started/getting_started.sh || chmod +x docs/modules/{[ operator.name }]/examples/getting_started/code/getting_started.sh || true
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)