renamed .zenith data-dir to .neon.

This commit is contained in:
chaitanya sharma
2022-06-01 19:30:47 +00:00
committed by Egor Suvorov
parent a4d8261390
commit e1336f451d
15 changed files with 31 additions and 31 deletions

View File

@@ -1201,7 +1201,7 @@ class NeonCli:
log.info(f'Running in "{self.env.repo_dir}"')
env_vars = os.environ.copy()
env_vars['ZENITH_REPO_DIR'] = str(self.env.repo_dir)
env_vars['NEON_REPO_DIR'] = str(self.env.repo_dir)
env_vars['POSTGRES_DISTRIB_DIR'] = str(pg_distrib_dir)
if self.env.rust_log_override is not None:
env_vars['RUST_LOG'] = self.env.rust_log_override