Skip to content

Commit 072e062

Browse files
ianprime0509andrewrk
authored andcommitted
zig fetch: update saved dependency with resolved URL
Closes #21645
1 parent 2e29277 commit 072e062

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
@@ -7220,7 +7220,7 @@ fn cmdFetch(
72207220
const location_replace = try std.fmt.allocPrint(
72217221
arena,
72227222
"\"{}\"",
7223-
.{std.zig.fmtEscapes(path_or_url)},
7223+
.{std.zig.fmtEscapes(saved_path_or_url)},
72247224
);
72257225
const hash_replace = try std.fmt.allocPrint(
72267226
arena,

0 commit comments

Comments
 (0)