mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
Fixing bash linting issue
This commit is contained in:
parent
7a48eb4e9a
commit
85d4c89544
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ function GetValidationInfo() {
|
|||
# No linter flags were set - default all to true
|
||||
eval "${VALIDATE_LANGUAGE}='true'"
|
||||
# Default Terrascan to false
|
||||
VALIDATE_TERRAFORM_TERRASCAN="false"
|
||||
export VALIDATE_TERRAFORM_TERRASCAN="false"
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue