Fixing bash linting issue

This commit is contained in:
Cesar Rodriguez 2020-07-24 00:37:40 -04:00
parent 7a48eb4e9a
commit 85d4c89544

View file

@ -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