From 31ac141855c4a8d70273516335e73b9b058abb62 Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Sat, 14 Apr 2018 19:15:46 -0700 Subject: [PATCH] Fix indentation --- plexupdate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexupdate.sh b/plexupdate.sh index fdea524..c9d46ca 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -443,8 +443,8 @@ if [ "${CHECKONLY}" = "yes" ]; then fi if ! isNewerVersion "$FILE_VERSION" "$INSTALLED_VERSION" && [ "${FORCE}" != "yes" ]; then - info "Your OS reports the latest version of Plex ($INSTALLED_VERSION) is already installed. Use -f to force download." - exit 0 + info "Your OS reports the latest version of Plex ($INSTALLED_VERSION) is already installed. Use -f to force download." + exit 0 fi if [ -f "${DOWNLOADDIR}/${FILENAME}" ]; then