Remove jinja whitespace trimming to avoid syntax error in bash

This commit is contained in:
Jason Ertel
2020-12-15 12:37:01 -05:00
parent 922534a5da
commit 3da7a26e88

View File

@@ -165,6 +165,6 @@ else
echo "No connectivity to Github...exiting..."
exit 1
fi
{%- endif -%}
{% endif %}
echo "Finished rule updates at $(date)..."