From a1587e0174f57066ab48420dce96dd95a049e624 Mon Sep 17 00:00:00 2001 From: Andrew Aikawa Date: Tue, 26 Nov 2024 21:15:36 -0800 Subject: [PATCH] Update sky/provision/do/utils.py Co-authored-by: Tian Xia --- sky/provision/do/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/provision/do/utils.py b/sky/provision/do/utils.py index ebe11f180c1..cea363eca49 100644 --- a/sky/provision/do/utils.py +++ b/sky/provision/do/utils.py @@ -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(