mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Fix typo added in esp32 post_build filename (#5918)
This commit is contained in:
		| @@ -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"), | ||||||
|     ) |     ) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user