From f5c6d1c9b098c485161a2789cf806dd7f518ace9 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 4 Dec 2019 12:56:26 -0500 Subject: [PATCH] fix typo --- root/etc/cont-init.d/60-plex-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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