From f746b3ab22c4e6f18127a0f0b8985288df01c22a Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:22:27 -0500 Subject: [PATCH] fix (arduino-app-lab-bin): update script (#13630) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/arduino-app-lab-bin/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/arduino-app-lab-bin/update.rhai b/anda/tools/arduino-app-lab-bin/update.rhai index 49158f5883..a3ce24587c 100644 --- a/anda/tools/arduino-app-lab-bin/update.rhai +++ b/anda/tools/arduino-app-lab-bin/update.rhai @@ -1,3 +1,3 @@ let v = gh("arduino/arduino-app-lab"); v.crop(3); -print(v); +rpm.version(v);