From 4775ea353d484a31e9503497a3032a1036045632 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Wed, 16 Feb 2022 19:40:33 +0800 Subject: [PATCH] chore: update scripts/apps-version-check.sh Co-authored-by: k32 <10274441+k32@users.noreply.github.com> --- scripts/apps-version-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/apps-version-check.sh b/scripts/apps-version-check.sh index e9aa89349..017a48c4b 100755 --- a/scripts/apps-version-check.sh +++ b/scripts/apps-version-check.sh @@ -60,7 +60,7 @@ check_apps() { ## at the end of its appup instructions, there is the final instruction ## {apply, {emqx_plugins, load, []} ## since we don't know which plugins are stopped during the upgrade - ## for safty, we just force a dashboard version bump for each and every release + ## for safety, we just force a dashboard version bump for each and every release ## even if there is nothing changed in the app echo "$src_file needs a vsn bump to ensure plugins loaded after upgrade" bad_app_count=$(( bad_app_count + 1))