diff options
| author | Ian Johnson <ian@ianjohnson.dev> | 2024-10-09 21:12:33 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-10-09 23:55:38 -0700 |
| commit | 072e062443e441f63dc1694766dd716c15a287c1 (patch) | |
| tree | 4b43034731fcb1cb757d2a9d47bd958aef044179 /src/main.zig | |
| parent | 2e2927735d26fc6047343f0c620f20e9048ebaa5 (diff) | |
| download | zig-072e062443e441f63dc1694766dd716c15a287c1.tar.gz zig-072e062443e441f63dc1694766dd716c15a287c1.zip | |
zig fetch: update saved dependency with resolved URL
Closes #21645
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig index 0d833e5505..940e88e2cf 100644 --- a/src/main.zig +++ b/src/main.zig @@ -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, |
