Skip to content

Commit 40d6c8c

Browse files
Fix shellcheck SC2016 in release guard PHP fallback
1 parent 4b98e9f commit 40d6c8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/release_guard.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ fi
6262
if command -v xmllint >/dev/null 2>&1; then
6363
xmllint --noout "${PLG_FILE}"
6464
else
65+
# shellcheck disable=SC2016
6566
php -r '
6667
libxml_use_internal_errors(true);
6768
$xml = @file_get_contents($argv[1]);

0 commit comments

Comments
 (0)