diff --git a/root/etc/cont-init.d/60-plex-update b/root/etc/cont-init.d/60-plex-update index f7087b6..8df3bb5 100755 --- a/root/etc/cont-init.d/60-plex-update +++ b/root/etc/cont-init.d/60-plex-update @@ -2,7 +2,7 @@ # If docker manages versioning exit if [ "${VERSION}" ] && [ "${VERSION}" == 'docker' ]; then - echo "Docker is used for verisoning skip update check" + echo "Docker is used for versioning skip update check" exit 0 fi