1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 10:50:58 +01:00

Fix typo added in esp32 post_build filename (#5918)

This commit is contained in:
Jesse Hills 2023-12-13 11:47:46 +09:00 committed by GitHub
parent 2fcc5b3ef2
commit f1f8689462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -462,7 +462,7 @@ async def to_code(config):
add_extra_script(
"post",
"post_build2.py",
"post_build.py",
os.path.join(os.path.dirname(__file__), "post_build.py.script"),
)