]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix error message of "Check if Autoconf files are up to date" job (GH-126683...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Nov 2024 08:10:55 +0000 (09:10 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 08:10:55 +0000 (08:10 +0000)
Fix error message of "Check if Autoconf files are up to date" job (GH-126683)
(cherry picked from commit 0052a8c638518447baf39ae02b6ff6a309efd4ce)

Co-authored-by: sobolevn <mail@sobolevn.me>
.github/workflows/build.yml

index 325752ecde4967fe742a26e1d8aa8bf60d4d8d57..329ebc42a301b4d7a3d4713fc89f85a844d64597 100644 (file)
@@ -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 ""