Fix spelling (requires -> required)

This commit is contained in:
Parker M. 2024-06-26 18:52:00 -05:00
parent fdfef2a2ae
commit d50259aaae
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -255,7 +255,7 @@ def validate_env_vars():
except KeyError:
sys.exit(
LOG.critical(
"One or more requires environment variables are missing. Please check the docs."
"One or more required environment variables are missing. Please check the docs."
)
)