Skip to content

Commit f57108e

Browse files
committed
hack the reprl path
1 parent 626ab30 commit f57108e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/fuzzilli_command.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub const FuzzilliCommand = struct {
3535

3636
const reprl_script = std.fs.cwd().readFileAlloc(
3737
ctx.allocator,
38-
"/home/dylan/code/bun/src/js/internal/fuzzilli-reprl.ts",
38+
"/home/marko/bun/src/js/internal/fuzzilli-reprl.ts",
3939
std.math.maxInt(usize),
4040
) catch {
4141
Output.prettyErrorln("<r><red>error<r>: OOPSIES\n", .{});

0 commit comments

Comments
 (0)