Skip to content

Commit

Permalink
Revert "Fix bash nit"
Browse files Browse the repository at this point in the history
This reverts commit 3228447.
  • Loading branch information
dbartol committed Oct 28, 2024
1 parent 3228447 commit 609a6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/extractor/tools/autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include:**/action.yaml
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."
else
echo "No path filters set. Using the default filters."
Expand Down

0 comments on commit 609a6c3

Please sign in to comment.