Skip to content

Commit

Permalink
dockerize: secure url(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Mar 10, 2019
1 parent 1a4ed62 commit af4df92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/dockerize.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit af4df92

Please sign in to comment.