From 2ed1c1e7d8a8328a7b71ca52103c8a61173391c6 Mon Sep 17 00:00:00 2001 From: Gilver Date: Wed, 3 Dec 2025 15:46:33 -0600 Subject: [PATCH] fix(goofcord-nightly): Update script (#7946) Signed-off-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);