add SC2153
This commit is contained in:
parent
e82e4ea7c2
commit
51c39c898f
@ -119,6 +119,7 @@ fetch() {
|
||||
else
|
||||
if [[ -f "${temporary_path}" ]]
|
||||
then
|
||||
# shellcheck disable=SC2153
|
||||
"${HOMEBREW_CURL}" "${curl_args[@]}" -C - "${VENDOR_URL}" -o "${temporary_path}"
|
||||
if [[ $? -eq 33 ]]
|
||||
then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user