1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +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

View File

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