summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/services/updates.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/updates.ts b/src/services/updates.ts
index f8993c0..62a8f65 100644
--- a/src/services/updates.ts
+++ b/src/services/updates.ts
@@ -36,7 +36,7 @@ export default class Updates extends GObject.Object {
return this.instance;
}
- readonly #cachePath = `${CACHE}/updates.txt`;
+ readonly #cachePath = `${CACHE}/updates.json`;
#timeout?: GLib.Source;
#loading = false;