mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Fix bash nit
Co-authored-by: Rasmus Wriedt Larsen <rasmuswl@github.com>
This commit is contained in:
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user