Fix path: syntax in .tools-version

This commit is contained in:
Martin Schürrer 2015-08-11 12:33:08 +02:00
parent ec866a1bb1
commit 78d516d063

View File

@ -36,8 +36,6 @@ else
fi
install_path=$(get_install_path $plugin_name $install_type $version)
if [ ! -d $install_path ]; then
echo "$plugin_name $full_version not installed"
exit 1