fix: Correct typo in env. var. name (#4153)

This commit is contained in:
Chris Kuhl 2023-05-22 17:08:35 -06:00 committed by GitHub
parent 050bb7591d
commit 6bde96b30c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ function BuildFileList() {
##############################
# Check the shell for errors #
##############################
if [ ${ERROR_CODE} -ne 0 ] && [ "${LOCAL_UPDATDES}" == "false" ]; then
if [ ${ERROR_CODE} -ne 0 ] && [ "${LOCAL_UPDATES}" == "false" ]; then
# Error
info "Failed to switch to ${DEFAULT_BRANCH} branch to get files changed!"
fatal "[${SWITCH_CMD}]"