Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Jun 3, 2022
1 parent 2dffbca commit 5be9201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.js
Expand Up @@ -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");
}

Expand Down

0 comments on commit 5be9201

Please sign in to comment.