From 4cc79110b3ecf3c80d44542b01e07a5625dde9b3 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 3 Dec 2025 13:50:34 -0800 Subject: [PATCH] fix(goofcord-nightly): Update script (#7946) (#7951) (cherry picked from commit 2ed1c1e7d8a8328a7b71ca52103c8a61173391c6) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/apps/goofcord/nightly/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/goofcord/nightly/update.rhai b/anda/apps/goofcord/nightly/update.rhai index 0e24d0bdb5..18270ec53f 100644 --- a/anda/apps/goofcord/nightly/update.rhai +++ b/anda/apps/goofcord/nightly/update.rhai @@ -1,5 +1,5 @@ rpm.global("commit", gh_commit("Milkshiift/GoofCord")); - if rpm.changed { + if rpm.changed() { let v = gh_tag("Milkshiift/GoofCord"); v.crop(1); rpm.global("ver", v);