Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed Sep 4, 2024
1 parent 133336c commit de0f820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/provision/kubernetes/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,8 @@ def get_ssh_proxy_command(
proxy_cmd_path=ssh_jump_proxy_command_path,
proxy_cmd_target_pod=k8s_ssh_target,
# We embed both the current context and namespace to the SSH proxy
# command to make sure SSH still works when the current context/namespace
# is changed by the user.
# command to make sure SSH still works when the current
# context/namespace is changed by the user.
current_kube_context=current_context,
current_kube_namespace=current_namespace)
return ssh_jump_proxy_command
Expand Down

0 comments on commit de0f820

Please sign in to comment.