mirror of
https://github.com/esphome/esphome.git
synced 2024-11-13 02:37:47 +01:00
Fix typo added in esp32 post_build filename (#5918)
This commit is contained in:
parent
2fcc5b3ef2
commit
f1f8689462
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue