mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Remove trailing whitespace
This commit is contained in:
parent
f22e257498
commit
6294d93e10
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ if [ "${CHECKUPDATE}" = "yes" -a "${AUTOUPDATE}" = "no" ]; then
|
||||||
for filename in $PLEXUPDATE_FILES; do
|
for filename in $PLEXUPDATE_FILES; do
|
||||||
[ -f "$filename" ] || error "Update check failed. '$filename' could not be found"
|
[ -f "$filename" ] || error "Update check failed. '$filename' could not be found"
|
||||||
|
|
||||||
REMOTE_SHA=$(getRemoteSHA "$UPSTREAM_GIT_URL/$filename") || error "Update check failed. Unable to fetch '$UPSTREAM_GIT_URL/$filename'."
|
REMOTE_SHA=$(getRemoteSHA "$UPSTREAM_GIT_URL/$filename") || error "Update check failed. Unable to fetch '$UPSTREAM_GIT_URL/$filename'."
|
||||||
LOCAL_SHA=$(getLocalSHA "$filename")
|
LOCAL_SHA=$(getLocalSHA "$filename")
|
||||||
if [ "$REMOTE_SHA" != "$LOCAL_SHA" ]; then
|
if [ "$REMOTE_SHA" != "$LOCAL_SHA" ]; then
|
||||||
info "Newer version of this script is available at https://github.com/${GIT_OWNER:-mrworf}/plexupdate"
|
info "Newer version of this script is available at https://github.com/${GIT_OWNER:-mrworf}/plexupdate"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue