From 2d4743d782164dc6c35984e89d4a29b6f129c324 Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 8 Jan 2024 10:46:30 +0100 Subject: [PATCH] Update compare_with_pip.py (#828) Preparing for #817 --- scripts/compare_with_pip/compare_with_pip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compare_with_pip/compare_with_pip.py b/scripts/compare_with_pip/compare_with_pip.py index cfa6f12b5..8fa8ccb30 100755 --- a/scripts/compare_with_pip/compare_with_pip.py +++ b/scripts/compare_with_pip/compare_with_pip.py @@ -61,7 +61,7 @@ def resolve_puffin(targets: list[str], venv: Path, profile: str = "dev") -> list output = check_output( [ project_root.joinpath("target").joinpath(target_profile).joinpath("puffin-dev"), - "resolve-cli", + "resolve", "--format", "expanded", *targets,