Skip to content

Commit

Permalink
Update sky/provision/do/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tian Xia <[email protected]>
  • Loading branch information
asaiacai and cblmemo authored Nov 27, 2024
1 parent 682e49c commit a1587e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/provision/do/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _init_client():
if not credentials_found == 1:
raise DigitalOceanError(
(f'{credentials_found} credentials '
'found, expected == 1, ',
'found. Expected 1 credential. Please ',
'try setting a new API token with `doctl auth init`'))
if CREDENTIALS_PATH is None:
raise DigitalOceanError(
Expand Down

0 comments on commit a1587e0

Please sign in to comment.