mamba
mamba copied to clipboard
fix `--dry-run` not working for `shell init` on windows
on windows cmd, when run:
-
micromamba.exe" shell init path(init_root plus auto_run) or -
micromamba.exe" shell hook path(init_root only)
with --dry-run, the files will still be created.
this PR fixed it.
Thanks!
Closing as superseded by https://github.com/mamba-org/mamba/pull/3674.