Skip to content

Commit

Permalink
Update sky/cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tian Xia <[email protected]>
  • Loading branch information
Michaelvll and cblmemo authored May 4, 2024
1 parent f9cb3b7 commit 69ec86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ def _add_command_alias(
new_command_name: Optional[str] = None,
override_command_argument: Optional[Dict[str, Any]] = None,
with_warning: bool = True,
):
) -> None:
"""Add a alias of a command to a group."""
if new_group is None:
new_group = group
Expand Down

0 comments on commit 69ec86f

Please sign in to comment.