Files
packages/anda/stardust/protostar/update.rhai
T
madomado 23926b9d9f fix(update): stardust-protostar (#2378)
apparently typoed
2024-10-24 10:33:09 -05:00

6 lines
132 B
Plaintext

rpm.global("commit", gh_commit("StardustXR/protostar"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}