mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
fix: Correct typo in env. var. name (#4153)
This commit is contained in:
parent
050bb7591d
commit
6bde96b30c
1 changed files with 1 additions and 1 deletions
|
@ -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}]"
|
||||
|
|
Loading…
Reference in a new issue