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 fd40109 commit 07e7e7bCopy full SHA for 07e7e7b
1 file changed
template/scripts/docs_templating.sh
@@ -21,7 +21,7 @@ fi
21
if ! command -v jinja2 &> /dev/null
22
then
23
echo "jinja2 could not be found. Use 'pip install jinja2-cli' to install it."
24
- exit
+ exit 1
25
fi
26
27
# Check if templating vars file exists
0 commit comments