diff --git a/sky/api/common.py b/sky/api/common.py index ebc01c59205..b772fa5a9d8 100644 --- a/sky/api/common.py +++ b/sky/api/common.py @@ -220,7 +220,7 @@ def _full_path(src: str) -> str: f'{time.strftime("%Y-%m-%d-%H%M%S")}.log') with rich_utils.client_status( ux_utils.spinner_message( - 'Uploading files to the SkyPilot Server', + 'Uploading files to the SkyPilot server', log_file, is_local=True)): with tempfile.NamedTemporaryFile('wb+',