From c603ddf3cb1e30646afd10c1c99dc3b0c2cc5047 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 15 Feb 2012 01:07:42 +0100 Subject: [PATCH] use the right server address --- bin/motion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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