openpilot isn't capitalized

old-commit-hash: 3983186700b85d5619adc8497de37dcd423b6451
This commit is contained in:
Adeeb Shihadeh
2020-07-07 14:59:30 -07:00
parent 44afc4ae3c
commit 77fd84b99a
+1 -1
View File
@@ -143,7 +143,7 @@ if not prebuilt:
# Show TextWindow
error_s = "\n \n".join(["\n".join(textwrap.wrap(e, 65)) for e in errors])
with TextWindow("Openpilot failed to build\n \n" + error_s) as t:
with TextWindow("openpilot failed to build\n \n" + error_s) as t:
t.wait_for_exit()
exit(1)