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