Skip to content

Commit f488ad4

Browse files
authored
Update host.py to fix water-leak-detector-app gen (#36683)
1 parent e402b96 commit f488ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/builders/host.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def ExamplePath(self):
159159
elif self == HostApp.ENERGY_MANAGEMENT:
160160
return 'energy-management-app/linux'
161161
elif self == HostApp.WATER_LEAK_DETECTOR:
162-
return 'water-leak-detector/linux'
162+
return 'water-leak-detector-app/linux'
163163
else:
164164
raise Exception('Unknown app type: %r' % self)
165165

0 commit comments

Comments
 (0)