use the right server address

This commit is contained in:
Laurent Sansonetti
2012-02-15 01:07:42 +01:00
parent 6c1c23e72f
commit c603ddf3cb

View File

@@ -130,7 +130,7 @@ class UpdateCommand < Command
product_version = Motion::Version
$stderr.puts "Connecting to the server..."
curl = "/usr/bin/curl -s -d \"product=rubymotion\" -d \"current_software_version=#{product_version}\" -d \"license_key=#{license_key}\" http://data-hipbyte.heroku.com/update_software"
curl = "/usr/bin/curl -s -d \"product=rubymotion\" -d \"current_software_version=#{product_version}\" -d \"license_key=#{license_key}\" http://data.hipbyte.com/update_software"
resp = `#{curl}`
unless resp.match(/^http:/)
die resp