From 45d896d99d15a29bd2a9bcc25b109fb958e4c785 Mon Sep 17 00:00:00 2001 From: Li Hua Qian Date: Fri, 28 Jun 2024 12:52:50 +0800 Subject: [PATCH] iot2050-eio-manager: Correct the firmware update typo Signed-off-by: Li Hua Qian --- recipes-app/iot2050-eio-manager/files/iot2050-eio-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-app/iot2050-eio-manager/files/iot2050-eio-cli.py b/recipes-app/iot2050-eio-manager/files/iot2050-eio-cli.py index 6e1b57c84..7f6dfe823 100755 --- a/recipes-app/iot2050-eio-manager/files/iot2050-eio-cli.py +++ b/recipes-app/iot2050-eio-manager/files/iot2050-eio-cli.py @@ -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()