Skip to content

Commit ea1bca0

Browse files
committed
fix no-script default value
1 parent fbd40a6 commit ea1bca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ fn parseFetchArgs(
442442
args: *std.process.ArgIterator,
443443
) !Command.Fetch {
444444
var dump: bool = false;
445-
var noscript: bool = true;
445+
var noscript: bool = false;
446446
var url: ?[]const u8 = null;
447447
var common: Command.Common = .{};
448448

0 commit comments

Comments
 (0)