Add plugin name to command

This commit is contained in:
Fernando Crespo 2017-03-14 11:08:18 -03:00
parent 3e72800052
commit 9d347deb0b

View File

@ -28,7 +28,7 @@ which_command() {
local install_path=$(get_install_path $plugin_name $install_type $(current_version $plugin_name))
if [ -d $install_path ]; then
echo $install_path
echo $install_path/$plugin_name
exit 0
else
echo "Version not installed"