fetch-npm-deps: handle all git+ urls the same during fixup (#280647)

This commit is contained in:
Arne Keller
2024-12-20 18:04:48 +01:00
committed by GitHub
@@ -66,7 +66,7 @@ fn fixup_lockfile(
{
if let Some(Value::String(resolved)) = package.get("resolved") {
if let Some(Value::String(integrity)) = package.get("integrity") {
if resolved.starts_with("git+ssh://") {
if resolved.starts_with("git+") {
fixed = true;
package