Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Fix REMOTE_URL for libphonenumber metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
chris committed Jul 16, 2013
1 parent ca0e315 commit 7030736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/global_phone_dbgen
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'global_phone/database_generator'
require 'open-uri'

REMOTE_URL = "http://libphonenumber.googlecode.com/svn/trunk/resources/PhoneNumberMetaData.xml"
REMOTE_URL = "http://libphonenumber.googlecode.com/svn/trunk/resources/PhoneNumberMetadata.xml"

def usage
warn "Usage: #$0 [--compact] [--test] [<filename> | <url>]"
Expand Down

0 comments on commit 7030736

Please sign in to comment.