Revert "Fix bash nit"

This reverts commit 3228447544.
This commit is contained in:
Dave Bartolomeo
2024-10-28 11:39:22 -04:00
parent 3228447544
commit 609a6c38e4

View File

@@ -11,7 +11,7 @@ include:**/action.yaml
END END
) )
if [ -n "${LGTM_INDEX_INCLUDE}" ] || [ -n "${LGTM_INDEX_EXCLUDE}" ] || [ -n "${LGTM_INDEX_FILTERS}" ] ; then if [ -n "${LGTM_INDEX_INCLUDE:-}" ] || [ -n "${LGTM_INDEX_EXCLUDE:-}" ] || [ -n "${LGTM_INDEX_FILTERS:-}" ] ; then
echo "Path filters set. Passing them through to the JavaScript extractor." echo "Path filters set. Passing them through to the JavaScript extractor."
else else
echo "No path filters set. Using the default filters." echo "No path filters set. Using the default filters."