| ... | @@ -7220,7 +7220,7 @@ fn cmdFetch( | ... | @@ -7220,7 +7220,7 @@ fn cmdFetch( |
| 7220 | const location_replace = try std.fmt.allocPrint( | 7220 | const location_replace = try std.fmt.allocPrint( |
| 7221 | arena, | 7221 | arena, |
| 7222 | "\"{}\"", | 7222 | "\"{}\"", |
| 7223 | .{std.zig.fmtEscapes(path_or_url)}, | 7223 | .{std.zig.fmtEscapes(saved_path_or_url)}, |
| 7224 | ); | 7224 | ); |
| 7225 | const hash_replace = try std.fmt.allocPrint( | 7225 | const hash_replace = try std.fmt.allocPrint( |
| 7226 | arena, | 7226 | arena, |