We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c22f7 commit adbc820Copy full SHA for adbc820
1 file changed
template/scripts/docs_templating.sh.j2
@@ -39,6 +39,6 @@ do
39
done
40
41
# 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
+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
43
44
echo "done"
0 commit comments