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
andylizf and cblmemo authored Oct 4, 2024
1 parent 1512cba commit d708a82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4382,8 +4382,8 @@ def serve_down(service_names: List[str], all: bool, purge: bool, yes: bool,
replica_id_is_defined = replica_id is not None
if replica_id_is_defined and len(service_names) != 1:
raise click.UsageError(
'Must specify one and only one service when replica ID is '
'specified.')
'Must specify one and only one service '
'when replica ID is specified.')

backend_utils.is_controller_accessible(
controller=controller_utils.Controllers.SKY_SERVE_CONTROLLER,
Expand Down

0 comments on commit d708a82

Please sign in to comment.