Skip to content

Commit 655b00e

Browse files
authored
[skip changelog] Change name of generated index json (#45)
1 parent c0d5aa5 commit 655b00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def generate_boards_json(input_data, arduino_cli_path):
256256

257257
Path("boards").mkdir()
258258

259-
with open("boards/board_index.json", "w") as f:
259+
with open("boards/module_firmware_index.json", "w") as f:
260260
json.dump(boards_json, f, indent=2)
261261

262262
# board_index.json must be formatted like so:

0 commit comments

Comments
 (0)