Skip to content
Merged
Changes from all 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
2 changes: 1 addition & 1 deletion template/scripts/docs_templating.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
if ! command -v jinja2 &> /dev/null
then
echo "jinja2 could not be found. Use 'pip install jinja2-cli' to install it."
exit
exit 1
fi

# Check if templating vars file exists
Expand Down