spelling: commits

This commit is contained in:
Josh Soref 2020-06-20 23:50:46 -04:00 committed by GitHub
parent 246396b570
commit 44cade9161
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1261,9 +1261,9 @@ BuildFileList()
echo "Generating Diff with:[git diff --name-only '$DEFAULT_BRANCH..$GITHUB_SHA' --diff-filter=d]"
fi
################################################
# Get the Array of files changed in the comits #
################################################
#################################################
# Get the Array of files changed in the commits #
#################################################
# shellcheck disable=SC2207
RAW_FILE_ARRAY=($(cd "$GITHUB_WORKSPACE" || exit; git diff --name-only "$DEFAULT_BRANCH..$GITHUB_SHA" --diff-filter=d 2>&1))