From 41f926b26394e840739c0ca52a672b0f214a63d2 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Tue, 27 Feb 2024 09:47:47 -0800 Subject: [PATCH] Fix copy-pasta. Co-authored-by: Andreas Stenius --- pex/cli/commands/lock.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pex/cli/commands/lock.py b/pex/cli/commands/lock.py index f8546c87e..b7f7ff178 100644 --- a/pex/cli/commands/lock.py +++ b/pex/cli/commands/lock.py @@ -757,8 +757,8 @@ def add_extra_arguments( "1st argument resolves to a binary in a venv." ), func=cls._sync, - ) as update_parser: - cls._add_sync_arguments(update_parser) + ) as sync_parser: + cls._add_sync_arguments(sync_parser) def _resolve_targets( self,