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