| author | |
| committer | |
| log | 072e062443e441f63dc1694766dd716c15a287c1 |
| tree | 4b43034731fcb1cb757d2a9d47bd958aef044179 |
| parent | 2e2927735d26fc6047343f0c620f20e9048ebaa5 |
Closes #216451 files changed, 1 insertions(+), 1 deletions(-)
src/main.zig+1-1| ... | ... | @@ -7220,7 +7220,7 @@ fn cmdFetch( |
| 7220 | 7220 | const location_replace = try std.fmt.allocPrint( |
| 7221 | 7221 | arena, |
| 7222 | 7222 | "\"{}\"", |
| 7223 | .{std.zig.fmtEscapes(path_or_url)}, | |
| 7223 | .{std.zig.fmtEscapes(saved_path_or_url)}, | |
| 7224 | 7224 | ); |
| 7225 | 7225 | const hash_replace = try std.fmt.allocPrint( |
| 7226 | 7226 | arena, |