Skip to content

Commit

Permalink
fix the example of failed URI
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed Apr 1, 2014
1 parent 4192341 commit 86034ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/config_files.rb
@@ -1,6 +1,6 @@
require 'open-uri'

ConfigFiles = "http://git0.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=%s;hb=HEAD"
ConfigFiles = "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=%s;hb=HEAD"
def ConfigFiles.download(name, dir = nil)
uri = URI(self % name)
data = uri.read
Expand Down

0 comments on commit 86034ea

Please sign in to comment.