Add path to which command

This commit is contained in:
Fernando Crespo 2017-03-14 11:09:34 -03:00
parent 9d347deb0b
commit 9657ff690e

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/$plugin_name
echo $install_path/bin/$plugin_name
exit 0
else
echo "Version not installed"