mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-26 10:41:04 -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
|
# No linter flags were set - default all to true
|
||||||
eval "${VALIDATE_LANGUAGE}='true'"
|
eval "${VALIDATE_LANGUAGE}='true'"
|
||||||
# Default Terrascan to false
|
# Default Terrascan to false
|
||||||
VALIDATE_TERRAFORM_TERRASCAN="false"
|
export VALIDATE_TERRAFORM_TERRASCAN="false"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue