From 20e2fb2a1f205fdaec9769bfb5c9c1377511a0f2 Mon Sep 17 00:00:00 2001 From: crStiv Date: Thu, 23 Oct 2025 22:23:13 +0200 Subject: [PATCH] Update sierra_update_check.sh --- scripts/sierra_update_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sierra_update_check.sh b/scripts/sierra_update_check.sh index fd3013ec2d4..662a97f7bca 100755 --- a/scripts/sierra_update_check.sh +++ b/scripts/sierra_update_check.sh @@ -29,7 +29,7 @@ if [ $? -eq 0 ]; then echo "We have a change in one of the Sierra crates - an explanation tag is required." echo "If there's no actual change:" echo " - Add 'SIERRA_UPDATE_NO_CHANGE_TAG='." - echo "If there is a change - but it does not affect which code will be compiled:" + echo "If there is a change, but it does not affect which code will be compiled:" echo " - Add 'SIERRA_UPDATE_PATCH_CHANGE_TAG='." echo "If there is a change, but previously compilable code is still compilable:" echo " - Add 'SIERRA_UPDATE_MINOR_CHANGE_TAG='."