Skip to content

Commit

Permalink
feat: updated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
VKotwicki committed Jul 21, 2023
1 parent 388166a commit 43885f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/googlecloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_zones(client):
logging.critical(
f"""Failed to fetch zones from Google Cloud. Could not discover credentials.
Ensure that the environment variable `GOOGLE_APPLICATION_CREDENTIALS` is set to the JSON credential file's location,
or that the JSON file is in the default location.
or that the JSON file is in the default location. Also, ensure that the correct project id has been passed.
{e}"""
)
exit(-1)
Expand Down

0 comments on commit 43885f3

Please sign in to comment.