Skip to content

Commit

Permalink
Fix naming for app: chip-shell instead of chip-shell-app
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jan 10, 2022
1 parent f173af7 commit 3ece84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/builders/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def OutputNames(self):
elif self == HostApp.TESTS:
pass
elif self == HostApp.SHELL:
yield 'chip-shell-app'
yield 'chip-shell-app.map'
yield 'chip-shell'
yield 'chip-shell.map'
else:
raise Exception('Unknown app type: %r' % self)

Expand Down

0 comments on commit 3ece84e

Please sign in to comment.