diff --git a/bin/motion b/bin/motion index 41aea99f..3cd3b14b 100644 --- a/bin/motion +++ b/bin/motion @@ -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