Skip to content

Commit

Permalink
keep align
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Sep 29, 2024
1 parent 8bd3886 commit 26c5bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/backends/cloud_vm_ray_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -3460,7 +3460,7 @@ def _post_execute(self, handle: CloudVmRayResourceHandle,
if controller is not None or down:
return
stop_str = ('\nTo stop the cluster:'
f'\t{constants.BOLD}sky stop {name}'
f'\t\t{constants.BOLD}sky stop {name}'
f'{constants.RESET_BOLD}')
logger.info(f'\nCluster name: {name}'
'\nTo log into the head VM:\t'
Expand Down

0 comments on commit 26c5bb5

Please sign in to comment.