Change {updates → api}.textmate.org

Ideally we’d use the REST_API define setup for a few other targets.
This commit is contained in:
Allan Odgaard
2012-10-01 01:17:00 +02:00
parent 1c4b8f45e7
commit b81bac3fda

View File

@@ -188,7 +188,7 @@ static BundlesManager* SharedInstance;
if(!sources.empty())
{
if(network::can_reach_host("updates.textmate.org"))
if(network::can_reach_host("api.textmate.org"))
new background_task_t(sources, std::vector<bundles_db::bundle_ptr>(), self, &threadProgress);
}
else