summaryrefslogtreecommitdiff
path: root/frontend/src/updater.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/updater.ts')
-rw-r--r--frontend/src/updater.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/updater.ts b/frontend/src/updater.ts
index 2c0b66fe..16955104 100644
--- a/frontend/src/updater.ts
+++ b/frontend/src/updater.ts
@@ -1,7 +1,7 @@
export enum Branches {
Release,
Prerelease,
- Nightly,
+ Testing,
}
export interface DeckyUpdater {