Skip to content

Commit

Permalink
Update update.rhai
Browse files Browse the repository at this point in the history
Remove if statement from Rhai

Signed-off-by: Owen Zimmerman <[email protected]>
  • Loading branch information
Owen-sz authored Sep 10, 2024
1 parent 1ba52de commit 2cf154b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions anda/stardust/armillary/update.rhai
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
if filters.contains("nightly") {
rpm.global("commit", gh_commit("StardustXR/armillary"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
}
rpm.global("commit", gh_commit("StardustXR/armillary"));

0 comments on commit 2cf154b

Please sign in to comment.