Skip to content

Commit

Permalink
Fix file naming for genio (#22918)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Nov 4, 2023
1 parent 89f4d1f commit b349156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build/builders/genio.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def ExampleName(self):

def AppNamePrefix(self):
if self == GenioApp.LIGHT:
return 'chip-genio-lighting-app-example'
return 'chip-mt793x-lighting-app-example'
elif self == GenioApp.SHELL:
return 'chip-genio-shell-example'
return 'chip-mt793x-shell-example'
else:
raise Exception('Unknown app type: %r' % self)

Expand Down

0 comments on commit b349156

Please sign in to comment.