mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
Update uninstall command
This commit is contained in:
parent
f28654eb62
commit
c5f4b76fff
@ -23,9 +23,9 @@ uninstall_command() {
|
||||
|
||||
if [ -f ${plugin_path}/bin/uninstall ]; then
|
||||
(
|
||||
export ASDF_INSTALL_TYPE=$install_type
|
||||
export ASDF_INSTALL_VERSION=$version
|
||||
export ASDF_INSTALL_PATH=$install_path
|
||||
export QWER_INSTALL_TYPE=$install_type
|
||||
export QWER_INSTALL_VERSION=$version
|
||||
export QWER_INSTALL_PATH=$install_path
|
||||
bash ${plugin_path}/bin/uninstall
|
||||
)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user