aboutsummaryrefslogtreecommitdiff
path: root/src/cli/build_command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/build_command.zig')
-rw-r--r--src/cli/build_command.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/build_command.zig b/src/cli/build_command.zig
index 2a85f48b2..ed81e3572 100644
--- a/src/cli/build_command.zig
+++ b/src/cli/build_command.zig
@@ -33,7 +33,7 @@ pub const BuildCommand = struct {
);
},
.lazy => {
- result = try bundler.ServeBundler.bundle(
+ result = try bundler.Bundler.bundle(
ctx.allocator,
ctx.log,
ctx.args,