summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsobolevn <mail@sobolevn.me>2024-11-12 07:51:13 (GMT)
committerGitHub <noreply@github.com>2024-11-12 07:51:13 (GMT)
commit0052a8c638518447baf39ae02b6ff6a309efd4ce (patch)
tree2c4d2fe1770456b66e2bf91bddf4cbc536060e3d /.github
parent599bfc986d2c32c507822ef785b63619bd616608 (diff)
downloadcpython-0052a8c638518447baf39ae02b6ff6a309efd4ce.zip
cpython-0052a8c638518447baf39ae02b6ff6a309efd4ce.tar.gz
cpython-0052a8c638518447baf39ae02b6ff6a309efd4ce.tar.bz2
Fix error message of "Check if Autoconf files are up to date" job (#126683)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f63c460..b769bba 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -76,7 +76,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 ""