diff --git a/Formula/dockerize.rb b/Formula/dockerize.rb index 802d97af6399a..38b3b780c5bc9 100644 --- a/Formula/dockerize.rb +++ b/Formula/dockerize.rb @@ -25,6 +25,6 @@ def install end test do - system "#{bin}/dockerize", "-wait", "http://www.google.com", "-wait-retry-interval=1s", "-timeout", "5s" + system "#{bin}/dockerize", "-wait", "https://www.google.com/", "-wait-retry-interval=1s", "-timeout", "5s" end end