Skip to content

Commit

Permalink
iot2050-eio-manager: Correct the firmware update typo
Browse files Browse the repository at this point in the history
Signed-off-by: Li Hua Qian <huaqian.li@siemens.com>
  • Loading branch information
huaqianli committed Jul 12, 2024
1 parent dd3437f commit c23ab51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-app/iot2050-eio-manager/files/iot2050-eio-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def do_update_firmware(firmwares):
future = pool.submit(
stub.UpdateFirmware,
UpdateFirmwareRequest(firmware=firmwares[entity],
firmware_type=entity)
entity=entity)
)
show_progress_bar(future, 0.3)
print()
Expand Down

0 comments on commit c23ab51

Please sign in to comment.