Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Franr committed Jan 26, 2025
1 parent 52bb905 commit ffc191b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leverage/modules/kubectl.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
def kubectl(context, state, args):
"""Run Kubectl commands in a custom containerized environment."""
state.container = KubeCtlContainer(get_docker_client())
if not args or (args and args[0] != 'discover'):
if not args or (args and args[0] != "discover"):
state.container.paths.check_for_layer_location()
state.container.ensure_image()
_handle_subcommand(context=context, cli_container=state.container, args=args)
Expand Down

0 comments on commit ffc191b

Please sign in to comment.