]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] 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 11:01:39 +0000 (12:01 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2024 11:01:39 +0000 (11:01 +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 763c5ade7eb9042c26fbf6cd6a07b4903f2f5674..19c59c53c99e141577a671d347185d7669a68f27 100644 (file)
@@ -119,7 +119,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 ""