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
The following commit(s) were added to refs/heads/master by this push:
new 6a77790 show diff
6a77790 is described below
commit 6a77790632b356d25c237e6422a4498f4fafa7fc
Author: Sebb <[email protected]>
AuthorDate: Thu Dec 3 17:02:04 2020 +0000
show diff
---
tools/download_check.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/download_check.rb b/tools/download_check.rb
index cfc30b8..cef9de4 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -449,7 +449,7 @@ def _checkDownloadPage(path, tlp, version)
elsif base.sub(/-bin\.|-src\./,'.').end_with? tmp
W "Mismatch?: #{h} and '#{tmp}'"
else
- W "Mismatch2: #{h} and '#{tmp}'"
+ W "Mismatch2: #{h}\n link: '#{base}'\n text: '#{tmp}'"
end
end
end