mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
fix #
This commit is contained in:
parent
2182df6459
commit
b282b1fce2
1 changed files with 2 additions and 2 deletions
|
@ -638,9 +638,9 @@ LintXmlFiles()
|
|||
######################
|
||||
LINTER_NAME="xmllint"
|
||||
|
||||
#######################################
|
||||
######################################
|
||||
# Validate we have xmllint installed #
|
||||
#######################################
|
||||
######################################
|
||||
# shellcheck disable=SC2230
|
||||
VALIDATE_INSTALL_CMD=$(command -v "$LINTER_NAME" 2>&1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue