Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion scripts/docs_templating.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ do
done

# Ensure this script is executable
chmod +x docs/modules/opensearch/examples/getting_started/getting_started.sh
chmod +x "docs/modules/secret/examples/getting_started/getting_started.sh" \
|| chmod +x "docs/modules/secret/examples/getting_started/code/getting_started.sh" \
Comment thread
NickLarsenNZ marked this conversation as resolved.
Outdated
|| true

echo "done"
Loading