Skip to content

Commit efd8fe4

Browse files
[3.13] Fix error message of "Check if Autoconf files are up to date" job (GH-126683) (#126717)
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 6cefffc commit efd8fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
# Check for changes in regenerated files
120120
if test -n "$changes"; then
121121
echo "Generated files not up to date."
122-
echo "Perhaps you forgot to run make regen-all or build.bat --regen. ;)"
122+
echo "Perhaps you forgot to run make regen-configure ;)"
123123
echo "configure files must be regenerated with a specific version of autoconf."
124124
echo "$changes"
125125
echo ""

0 commit comments

Comments
 (0)