Skip to content

Commit

Permalink
✏️ fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJeremyLiu committed Aug 9, 2023
1 parent 646c148 commit 79600c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ jobs:
run: |
cargo +nightly run --package skip-api-entry-point --bin schema
if [[ `git status --porcelain` ]]; then
echo "Schema is different, please run make entry-point schema"
echo "Schema is different, please run make schema"
exit 1
fi

0 comments on commit 79600c5

Please sign in to comment.