Merge pull request #28 from github/cleanup2

remove quotes
This commit is contained in:
Lukas Gravley 2019-12-12 13:53:55 -06:00 committed by GitHub
commit c505a238d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1614,8 +1614,8 @@ StandardLint()
# Lint the file with the rules # # Lint the file with the rules #
################################ ################################
echo " - Utilizing Env:[$ENV_STRING]" echo " - Utilizing Env:[$ENV_STRING]"
echo "Running Command:[standard $ENV_STRING $FILE]" # shellcheck disable=SC2086
STANDARD_LINT_CMD=$(standard "$ENV_STRING" "$FILE" 2>&1) STANDARD_LINT_CMD=$(standard $ENV_STRING "$FILE" 2>&1)
####################### #######################
# Load the error code # # Load the error code #