From 40ceb7f72bf4d6ca69ac10db336d24e1a578af8c Mon Sep 17 00:00:00 2001 From: radinsky Date: Fri, 2 Oct 2020 15:46:58 +0300 Subject: [PATCH] Update autoupdate.sh minor typo fix --- firmware_mod/autoupdate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware_mod/autoupdate.sh b/firmware_mod/autoupdate.sh index a7a8880..1bd7ea6 100755 --- a/firmware_mod/autoupdate.sh +++ b/firmware_mod/autoupdate.sh @@ -247,8 +247,8 @@ action "rm -rf ${DESTOVERRIDE} 2>/dev/null" if [ -f "$VERSION_FILE" ]; then LOCALCOMMITID=$(${JQ} -r .commit ${VERSION_FILE}) if [ ${LOCALCOMMITID} = ${REMOTECOMMITID} ]; then - logerror "You are currently on the lastest version" - echo "You are currently on the lastest version" + logerror "You are currently on the latest version" + echo "You are currently on the latest version" exit 1 else echo "Need to upgrade from ${LOCALCOMMITID} to ${REMOTECOMMITID}"