From 4317452c215f3f28bffc17d847bb261829350a90 Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Mon, 5 Dec 2016 16:20:42 -0800 Subject: [PATCH] Remove stray echo --- extras/installer.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/extras/installer.sh b/extras/installer.sh index d1cf4dd..a33df9e 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -121,7 +121,6 @@ install_plexupdate() { if git remote -v 2>/dev/null | grep -q "plexupdate"; then 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." - echo else abort "'$FULL_PATH' appears to contain a different git repository, cannot continue" fi