Skip to content

Commit bc30736

Browse files
committed
fix: change docs workflow error message to be accurate
1 parent a8020cc commit bc30736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
diff_file=$(mktemp doc_diff_XXXXXX)
5757
git diff --color > $diff_file
5858
if [[ -s $diff_file ]]; then
59-
echo "Please update the documentation by running 'npm run generate-docs'. The following was the diff"
59+
echo "Please update the documentation by running 'npm run docs'. The following was the diff"
6060
cat $diff_file
6161
rm $diff_file
6262
exit 1

0 commit comments

Comments
 (0)