Skip to content

Commit

Permalink
fix: Use __conda_activate reactivate instead of __conda_reactivate (
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Dec 19, 2024
1 parent 282b88b commit ce1d936
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_reactivate
__conda_activate reactivate
;;
*)
__mamba_exe "$@"
Expand Down

0 comments on commit ce1d936

Please sign in to comment.