Skip to content

Commit

Permalink
Fix copy-pasta.
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Stenius <git@astekk.se>
  • Loading branch information
jsirois and kaos committed Feb 27, 2024
1 parent e08e783 commit 41f926b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pex/cli/commands/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 41f926b

Please sign in to comment.