fix(core_roller_upload): Update to new roller HTTPS URL.

This commit is contained in:
Michael Marineau 2014-03-31 11:18:53 -07:00
parent 50bc0ffefd
commit 9b8f739fd0

View File

@ -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} \