Skip to content

Commit

Permalink
Update gist path
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Dec 18, 2013
1 parent 25c5fdb commit d90d081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/fixupd.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby -wKU
#!/usr/bin/env ruby -w

$:.unshift(File.expand_path("../../lib", __FILE__))

Expand All @@ -12,7 +12,7 @@
# defs = YAML.load_file(SOURCE)


SOURCE = "https://raw.github.com/gist/3907123/tlds.yml"
SOURCE = "https://gist.github.com/weppos/3907123/raw/tlds.yml"
uri = URI.parse(SOURCE)
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
Expand Down

0 comments on commit d90d081

Please sign in to comment.