Skip to content

Commit 28565c1

Browse files
committed
1 parent 5c8d3ad commit 28565c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build/builders/host.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ def OutputNames(self):
282282
yield 'water-leak-detector-app'
283283
yield 'water-leak-detector-app.map'
284284
elif self == HostApp.TERMS_AND_CONDITIONS:
285-
yield 'terms-and-conditions-app'
286-
yield 'terms-and-conditions-app.map'
285+
yield 'chip-terms-and-conditions-app'
286+
yield 'chip-terms-and-conditions-app.map'
287287
else:
288288
raise Exception('Unknown app type: %r' % self)
289289

0 commit comments

Comments
 (0)