diff --git a/src/webwright/__init__.py b/src/webwright/__init__.py index 12b1da4..32ecc0e 100644 --- a/src/webwright/__init__.py +++ b/src/webwright/__init__.py @@ -22,7 +22,7 @@ def user_config_dir(appname: str) -> str: package_dir = Path(__file__).resolve().parent global_config_dir = Path( - os.getenv("MSWEBA_GLOBAL_CONFIG_DIR") or user_config_dir("webwright") + os.getenv("WEBWRIGHT_CONFIG_DIR") or user_config_dir("webwright") ) global_config_dir.mkdir(parents=True, exist_ok=True) global_config_file = global_config_dir / ".env"