Skip to content

Commit

Permalink
Update update.rhai
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Zimmerman <[email protected]>
  • Loading branch information
Owen-sz authored Sep 11, 2024
1 parent 2139be2 commit 3cf558b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions anda/stardust/comet/update.rhai
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
if filters.contains("nightly") {
rpm.global("commit", gh_commit("StardustXR/comet"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
}
rpm.global("commit", gh_commit("StardustXR/comet"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}

0 comments on commit 3cf558b

Please sign in to comment.