diff options
Diffstat (limited to 'src/switch.zig')
| -rw-r--r-- | src/switch.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/switch.zig b/src/switch.zig index e5d243f..f90f7d7 100644 --- a/src/switch.zig +++ b/src/switch.zig | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const xdg = @import("xdg"); | 2 | const xdg = @import("xdg"); |
| 3 | const zup = @import("zup"); | 3 | const zup = @import("root"); |
| 4 | 4 | ||
| 5 | const Config = zup.Config; | 5 | const Config = zup.Config; |
| 6 | const Installation = zup.Installation; | 6 | const Installation = zup.Installation; |