Skip to content

Commit

Permalink
fxed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Heffernan committed Mar 26, 2024
1 parent 781a305 commit 05917c8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions secureli/actions/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def verify_install(
reset: bool,
always_yes: bool,
files: list[Path],
is_retry: bool = False,
) -> VerifyResult:
"""
Installs, upgrades or verifies the current seCureLI installation
Expand Down Expand Up @@ -146,11 +145,7 @@ def verify_install(
languages,
newly_detected_languages,
always_yes,
pre_commit_config_location=(
preferred_config_path
if pre_commit_config_location_is_correct
else None
),
preferred_config_path,
)
else:
self.action_deps.echo.print(
Expand Down

0 comments on commit 05917c8

Please sign in to comment.