mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 10:54:27 +02:00
Typo fix
This commit is contained in:
@@ -255,7 +255,7 @@ class ManifestSchema(BaseSchema):
|
|||||||
def load_spdx_licenses():
|
def load_spdx_licenses():
|
||||||
version = "3.11"
|
version = "3.11"
|
||||||
spdx_data_url = (
|
spdx_data_url = (
|
||||||
"hhttps://raw.githubusercontent.com/spdx/license-list-data/"
|
"https://raw.githubusercontent.com/spdx/license-list-data/"
|
||||||
"v%s/json/licenses.json" % version
|
"v%s/json/licenses.json" % version
|
||||||
)
|
)
|
||||||
return json.loads(fetch_remote_content(spdx_data_url))
|
return json.loads(fetch_remote_content(spdx_data_url))
|
||||||
|
Reference in New Issue
Block a user