From 41873c839b104c3d4f0d1cecdb65b6c4e41b6e8f Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:10:55 +0100 Subject: [PATCH] [3.12] Fix error message of "Check if Autoconf files are up to date" job (GH-126683) (#126718) Fix error message of "Check if Autoconf files are up to date" job (GH-126683) (cherry picked from commit 0052a8c638518447baf39ae02b6ff6a309efd4ce) Co-authored-by: sobolevn --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 325752ecde4967..329ebc42a301b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: # Check for changes in regenerated files if test -n "$changes"; then echo "Generated files not up to date." - echo "Perhaps you forgot to run make regen-all or build.bat --regen. ;)" + echo "Perhaps you forgot to run make regen-configure ;)" echo "configure files must be regenerated with a specific version of autoconf." echo "$changes" echo ""