Skip to content

Commit 0c0b39a

Browse files
chore(template): Split command across multiple lines
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent adbc820 commit 0c0b39a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

template/scripts/docs_templating.sh.j2

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

4446
echo "done"

0 commit comments

Comments
 (0)