Skip to content

Commit

Permalink
Update update.rhai
Browse files Browse the repository at this point in the history
fix indentation 

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

0 comments on commit a035438

Please sign in to comment.