diff --git a/template/scripts/docs_templating.sh b/template/scripts/docs_templating.sh index ed5b9b01..e4b945da 100755 --- a/template/scripts/docs_templating.sh +++ b/template/scripts/docs_templating.sh @@ -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