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 <[email protected]> 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
