mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
Change {updates → api}.textmate.org
Ideally we’d use the REST_API define setup for a few other targets.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user