You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/10/04 14:39:19 UTC

[whimsy] 02/05: unnecessary

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit a13dd8fa58ba83d6597887ee2a67a888e0d49092
Author: Sebb <se...@apache.org>
AuthorDate: Sun Oct 4 15:28:57 2020 +0100

    unnecessary
---
 tools/mirror_check.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/mirror_check.rb b/tools/mirror_check.rb
index bcf3820..c57deed 100755
--- a/tools/mirror_check.rb
+++ b/tools/mirror_check.rb
@@ -371,7 +371,7 @@ end
 if __FILE__ == $0
   init
   url = ARGV[0] || "localhost" # easier to test in an IDE
-  checkHTTP(url+"") # allow url to be untainted later
+  checkHTTP(url)
   # display the test results
   @tests.each { |t| t.map{|k, v| puts "#{k}: - #{v}"}}
   if @fails > 0