From c9fa43c161497b5279e491b919dece6816d836a3 Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Sun, 19 Feb 2017 20:41:58 -0800 Subject: [PATCH] Fix typo --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index c7ff28a..825ea70 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -410,7 +410,7 @@ if [ "${CHECKUPDATE}" = "yes" -a "${AUTOUPDATE}" = "no" ]; then fi if [ "${PUBLIC}" = "no" -a -z "$TOKEN" ]; then - TO_SOURCE="$(dirname "$0")/extras/get-web-token" + TO_SOURCE="$(dirname "$0")/extras/get-plex-token" [ -f "$TO_SOURCE" ] && source $TO_SOURCE if ! getPlexToken; then error "Unable to get Plex token, falling back to public release"