Skip to content

Commit

Permalink
Fix name of mbed shell example. (#11391)
Browse files Browse the repository at this point in the history
This makes the following work:

```
./scripts/build/build_examples.py --target-glob 'mbed*' build
--copy-artifacts-to out/artifacts
```
  • Loading branch information
andy31415 authored and pull[bot] committed Aug 19, 2022
1 parent 81fd1e4 commit 381ff42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/builders/mbed.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def AppNamePrefix(self):
elif self == MbedApp.PIGWEED:
return 'chip-mbed-pigweed-app-example'
elif self == MbedApp.SHELL:
return 'shell'
return 'chip-mbed-shell-example'
else:
raise Exception('Unknown app type: %r' % self)

Expand Down

0 comments on commit 381ff42

Please sign in to comment.