diff --git a/Makefile.js b/Makefile.js index a744e74d5a9..75d51bd60d3 100644 --- a/Makefile.js +++ b/Makefile.js @@ -293,7 +293,7 @@ function generateRelease() { generateBlogPost(releaseInfo); commitSiteToGit(`v${releaseInfo.version}`); - echo("Updating commit with rules meta data"); + echo("Updating commit with docs data"); exec("git add docs/src/_data && git commit --amend --no-edit"); }