Skip to content

Commit

Permalink
Minor: lower case a word (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
concretevitamin authored Dec 12, 2024
1 parent 1e40081 commit 250fe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/api/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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+',
Expand Down

0 comments on commit 250fe42

Please sign in to comment.