Skip to content

Commit

Permalink
zig fetch: update saved dependency with resolved URL
Browse files Browse the repository at this point in the history
Closes #21645
  • Loading branch information
ianprime0509 authored and andrewrk committed Oct 10, 2024
1 parent 2e29277 commit 072e062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 072e062

Please sign in to comment.