diff --git a/anda/stardust/comet/update.rhai b/anda/stardust/comet/update.rhai index f73e076772..e9531f24ba 100644 --- a/anda/stardust/comet/update.rhai +++ b/anda/stardust/comet/update.rhai @@ -1,5 +1,5 @@ rpm.global("commit", gh_commit("StardustXR/comet")); - if rpm.changed() { - rpm.release(); - rpm.global("commit_date", date()); - } +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); +}