Skip to content

Commit 591b377

Browse files
committed
Sync docs
1 parent c475578 commit 591b377

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

scripts/docspregen.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ def generate_packages(platform, packages, is_embedded):
357357
- Description"""
358358
)
359359
for name, options in dict(sorted(packages.items())).items():
360+
if name == "toolchain-gccarmnoneeab": # aceinna typo fix
361+
name = name + "i"
360362
package = REGCLIENT.get_package(
361363
"tool", options.get("owner", "platformio"), name
362364
)

0 commit comments

Comments
 (0)