Unnecessary reference to default repo URL
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.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