From 9b8f739fd018ed295f67c5738e18e6a91cc3d518 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 31 Mar 2014 11:18:53 -0700 Subject: [PATCH] fix(core_roller_upload): Update to new roller HTTPS URL. --- core_roller_upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_roller_upload b/core_roller_upload index 47b51abc22..63a6604d2a 100755 --- a/core_roller_upload +++ b/core_roller_upload @@ -25,7 +25,7 @@ DEFINE_string user "" \ "User for roller." DEFINE_string api_key "" \ "API key for roller." -DEFINE_string endpoint "http://public.roller.core-os.net" \ +DEFINE_string endpoint "https://public.update.core-os.net" \ "Roller endpoint to update." DEFINE_boolean update_storage ${FLAGS_FALSE} \