Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Dec 12, 2022
1 parent b719495 commit aa59b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sky/backends/backend_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1620,9 +1620,9 @@ def _check_user_identity_no_lock(cluster_name: str):
elif user_identity != current_user_identity:
with ux_utils.print_exception_no_traceback():
raise exceptions.ClusterStatusFetchingError(
f'The cluster {cluster_name!r} (on {cloud}) is created by user '
f'{user_identity!r}, but you are currently logged in as '
f'{current_user_identity!r}.')
f'The cluster {cluster_name!r} (on {cloud}) is created by account '
f'{user_identity!r}, but the activated is {current_user_identity!r}.'
)


def _get_cluster_status_via_cloud_cli(
Expand Down

0 comments on commit aa59b5a

Please sign in to comment.