Skip to content

Commit

Permalink
fix two more typos in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jun 6, 2022
1 parent c876878 commit d2c2b2e
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 @@ -143,10 +143,10 @@ def OutputNames(self):
elif self == HostApp.LIGHT:
yield 'chip-lighting-app'
yield 'chip-lighting-app.map'
elif self == HostApp.TV_CASTING_APP:
elif self == HostApp.TV_CASTING:
yield 'chip-tv-casting-app'
yield 'chip-tv-casting-app.map'
elif self == HostApp.BRIDGE_APP:
elif self == HostApp.BRIDGE:
yield 'chip-bridge-app'
yield 'chip-bridge-app.map'
else:
Expand Down

0 comments on commit d2c2b2e

Please sign in to comment.