summaryrefslogtreecommitdiff
path: root/src/services/updates.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/updates.ts')
-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 91c9e21..9c4abe1 100644
--- a/src/services/updates.ts
+++ b/src/services/updates.ts
@@ -1,5 +1,5 @@
import { execAsync, GLib, GObject, property, readFileAsync, register, writeFileAsync } from "astal";
-import { updates as config } from "../../config";
+import { updates as config } from "config";
export interface Update {
full: string;