Skip to content

Commit 41873c8

Browse files
[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 0052a8c) Co-authored-by: sobolevn <[email protected]>
1 parent 5cd35fb commit 41873c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
# Check for changes in regenerated files
128128
if test -n "$changes"; then
129129
echo "Generated files not up to date."
130-
echo "Perhaps you forgot to run make regen-all or build.bat --regen. ;)"
130+
echo "Perhaps you forgot to run make regen-configure ;)"
131131
echo "configure files must be regenerated with a specific version of autoconf."
132132
echo "$changes"
133133
echo ""

0 commit comments

Comments
 (0)