Skip to content

Commit

Permalink
Merge branch 'job-api' of github.com:skypilot-org/skypilot into job-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed May 4, 2024
2 parents b69eee2 + 69ec86f commit 5ca2f52
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 5ca2f52

Please sign in to comment.