Skip to content

Commit

Permalink
Revert "fix: Use __conda_activate reactivate instead of `__conda_re…
Browse files Browse the repository at this point in the history
…activate` (mamba-org#3702)"

This reverts commit ce1d936.
  • Loading branch information
jjerphan committed Jan 2, 2025
1 parent ce1d936 commit a1afc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mamba/mamba/shell_templates/mamba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mamba() {
;;
install|update|upgrade|remove|uninstall)
__mamba_exe "$@" || \return
__conda_activate reactivate
__conda_reactivate
;;
*)
__mamba_exe "$@"
Expand Down

0 comments on commit a1afc6c

Please sign in to comment.