From 23926b9d9f8ea92e2171426e91ac86ff27c7f900 Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 24 Oct 2024 23:33:09 +0800 Subject: [PATCH] fix(update): stardust-protostar (#2378) apparently typoed --- anda/stardust/protostar/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/stardust/protostar/update.rhai b/anda/stardust/protostar/update.rhai index 6c721ad5fa..90aae413bd 100644 --- a/anda/stardust/protostar/update.rhai +++ b/anda/stardust/protostar/update.rhai @@ -1,4 +1,4 @@ -rpm.global("commit", gh_commit("StardustXR/protostart")); +rpm.global("commit", gh_commit("StardustXR/protostar")); if rpm.changed() { rpm.release(); rpm.global("commit_date", date());