mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
committed by
Andrew Kelley
parent
2e2927735d
commit
072e062443
+1
-1
@@ -7220,7 +7220,7 @@ fn cmdFetch(
|
||||
const location_replace = try std.fmt.allocPrint(
|
||||
arena,
|
||||
"\"{}\"",
|
||||
.{std.zig.fmtEscapes(path_or_url)},
|
||||
.{std.zig.fmtEscapes(saved_path_or_url)},
|
||||
);
|
||||
const hash_replace = try std.fmt.allocPrint(
|
||||
arena,
|
||||
|
||||
Reference in New Issue
Block a user