Troubleshoot runner with teeny update

This commit is contained in:
John Knight
2024-10-09 06:00:08 -05:00
parent c0b5019291
commit fad83fedeb

View File

@@ -266,7 +266,7 @@ void ExportTemplateManager::_refresh_mirrors() {
is_refreshing_mirrors = true;
String current_version = VERSION_FULL_CONFIG;
const String mirrors_metadata_url = "https://redotengine.org/mirrorlist/" + current_version + ".json";
const String mirrors_metadata_url = "https://redotengine.org/mirrorlist/" + current_version + ".json";
request_mirrors->request(mirrors_metadata_url);
}