Remove stray echo

This commit is contained in:
Alex Malinovich 2016-12-05 16:20:42 -08:00
commit 4317452c21

View file

@ -121,7 +121,6 @@ install_plexupdate() {
if git remote -v 2>/dev/null | grep -q "plexupdate"; then if git remote -v 2>/dev/null | grep -q "plexupdate"; then
echo -n "Found existing plexupdate repository in '$FULL_PATH', updating... " echo -n "Found existing plexupdate repository in '$FULL_PATH', updating... "
git pull &>/dev/null || abort "Unknown error while updating, please check '$FULL_PATH' and then try again." git pull &>/dev/null || abort "Unknown error while updating, please check '$FULL_PATH' and then try again."
echo
else else
abort "'$FULL_PATH' appears to contain a different git repository, cannot continue" abort "'$FULL_PATH' appears to contain a different git repository, cannot continue"
fi fi