There was an error while loading. Please reload this page.
1 parent 9c9fc4b commit 7b16f57Copy full SHA for 7b16f57
1 file changed
src/hatch/cli/shell/__init__.py
@@ -45,7 +45,7 @@ def shell(app: Application, env_name: str | None, name: str, path: str): # no c
45
46
with app.project.ensure_cwd():
47
environment = app.project.get_environment(chosen_env)
48
- app.project.prepare_environment(environment, keep_env=bool(os.environ.get(AppEnvVars.KEEP_ENV)))
+ app.project.prepare_environment(environment, keep_env=bool(os.environ.get(AppEnvVars.KEEP_ENV)))
49
50
first_run_indicator = app.cache_dir / "shell" / "first_run"
51
if not first_run_indicator.is_file():
0 commit comments