mirror of
https://github.com/embarklabs/embark-docker.git
synced 2025-02-16 09:36:54 +00:00
change order of unload
This commit is contained in:
parent
31b6995b6d
commit
6f0e8d292e
2
env/.bash_env
vendored
2
env/.bash_env
vendored
@ -17,8 +17,8 @@ nac () {
|
||||
echo "$ERROR: no \"$1\" environment found in ${HOME}/.local/nodeenv"
|
||||
return 1
|
||||
fi
|
||||
__nvm_unload
|
||||
__denac
|
||||
__nvm_unload
|
||||
. "${HOME}/.local/nodeenv/$1/bin/activate"
|
||||
if [[ $? != 0 ]]; then
|
||||
__denac
|
||||
|
Loading…
x
Reference in New Issue
Block a user