Skip to content

Commit 12cadc2

Browse files
committed
tools build: remove git diff typo
1 parent 5a9ad74 commit 12cadc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def get_mbed_official_release(version, profile=None):
425425
[
426426
TARGET_MAP[target].name,
427427
tuple(transform_release_toolchains(
428-
- TARGET_MAP[target], version))
428+
TARGET_MAP[target], version))
429429
]
430430
) for target in TARGET_NAMES \
431431
if not profile or profile in TARGET_MAP[target].supported_application_profiles

0 commit comments

Comments
 (0)