Skip to content

Commit 67d68ba

Browse files
committed
iot2050-eio-manager: Correct the firmware update typo
Signed-off-by: Li Hua Qian <[email protected]>
1 parent 7b6bfa0 commit 67d68ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-app/iot2050-eio-manager/files/iot2050-eio-cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def do_update_firmware(firmwares):
6767
future = pool.submit(
6868
stub.UpdateFirmware,
6969
UpdateFirmwareRequest(firmware=firmwares[entity],
70-
firmware_type=entity)
70+
entity=entity)
7171
)
7272
show_progress_bar(future, 0.3)
7373
print()

0 commit comments

Comments
 (0)