mirror of
https://github.com/SqrtMinusOne/micromamba.el.git
synced 2025-12-10 13:23:02 +03:00
fix: error in user-error
This commit is contained in:
parent
656f257ff6
commit
5a152840a7
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ full paths."
|
|||
(let ((envs (micromamba-envs)))
|
||||
(setq prefix (alist-get prefix envs nil nil #'equal)))
|
||||
(unless prefix
|
||||
(user-error "Environment %s not found")))
|
||||
(user-error "Environment %s not found" prefix)))
|
||||
(micromamba-deactivate)
|
||||
(setq micromamba-env-current-prefix prefix)
|
||||
(run-hooks 'micromamba-preactivate-hook)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue