From 56ff00400334ba7e90bb2f544f85571c20fc0f4c Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:23:46 -0500 Subject: [PATCH] fix (arduino-app-lab-bin): update script (#13630) (#13634) (cherry picked from commit f746b3ab22c4e6f18127a0f0b8985288df01c22a) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-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);