diff options
Diffstat (limited to '')
| -rw-r--r-- | src/services/updates.ts (renamed from services/updates.ts) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/updates.ts b/src/services/updates.ts index 0b04e85..5bb6bd1 100644 --- a/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"; interface Update { name: string; |