From 4ae3b7e1215265d0e136fa5dde3acf519641c038 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:42:25 -0500 Subject: [PATCH] Update update.rhai Fix indentation Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/stardust/protostar/update.rhai | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/stardust/protostar/update.rhai b/anda/stardust/protostar/update.rhai index 5c79c74c6a..6c721ad5fa 100644 --- a/anda/stardust/protostar/update.rhai +++ b/anda/stardust/protostar/update.rhai @@ -1,5 +1,5 @@ -rpm.global("commit", gh_commit("StardustXR/protostar")); - if rpm.changed() { - rpm.release(); - rpm.global("commit_date", date()); - } +rpm.global("commit", gh_commit("StardustXR/protostart")); +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); +}