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 284878b Unnecessary reference to default repo URL
284878b is described below
commit 284878b4112207e12491f6741039e74a53c6433b
Author: Sebb <[email protected]>
AuthorDate: Tue Jul 21 10:47:52 2020 +0100
Unnecessary reference to default repo URL
---
tools/collate_minutes.rb | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index 9a67566..c665bf7 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -43,8 +43,7 @@ resources = {
resources.each do |const, location|
Kernel.const_set const, ASF::SVN[location]
unless Kernel.const_get const
- STDERR.puts 'Unable to locate local checkout for ' +
- "https://svn.apache.org/repos/#{location}"
+ STDERR.puts 'Unable to locate local checkout for ' + location
exit 1
end
end