diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 1b84a2422d11a61d3ed405288eec86685ab65002..5407c77d5b26585dcd0d0197d633c31495db981f 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -273,7 +273,7 @@ class CurlDownloadStrategy < AbstractFileDownloadStrategy unless cached_location.exist? urls = actual_urls unless urls.empty? - ohai "Downloading from: #{urls.last}" + ohai "Downloading from #{urls.last}" if !ENV["HOMEBREW_NO_INSECURE_REDIRECT"].nil? && @url.start_with?("https://") && urls.any? { |u| !u.start_with? "https://" } raise "HTTPS to HTTP redirect detected & HOMEBREW_NO_INSECURE_REDIRECT is set."