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 5624b01 commit 4ae3b7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions anda/stardust/protostar/update.rhai
Original file line number Diff line number Diff line change
@@ -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());
}

0 comments on commit 4ae3b7e

Please sign in to comment.