Skip to content

Commit db14c0b

Browse files
authored
Fix error message on failed check spell (open-telemetry#7217)
1 parent 3512b0a commit db14c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
CHANGES=`git status --porcelain`
3939
if [[ $CHANGES ]]; then
40-
echo "Add comment '/fix:${{ env.FIX_CMD }}' to your PR in GitHub,"
40+
echo "Add comment '/${{ env.FIX_CMD }}' to your PR in GitHub,"
4141
echo "or locally run 'npm run ${{ env.FIX_CMD }}' and commit the changes:"
4242
echo "$CHANGES"
4343
exit 1

0 commit comments

Comments
 (0)