Skip to content

Commit

Permalink
Add friendlier wording
Browse files Browse the repository at this point in the history
  • Loading branch information
MongoCaleb committed Jul 18, 2024
1 parent 0074d1a commit ddd5488
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/verify-bluehawk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
then
echo "Passed"
else
echo "Fail -- one or more files exist in /client that aren't in /generated."
echo "Error: The following files exist in the /sync-todo/v2/client directory that aren't in the /sync-todo/v2/generated directory."
echo "Please run the /sync-todo/v2/bluehawk.sh script to generate updated output files."
diff $dir1 $dir2 | grep 'Only'
exit 1
fi

0 comments on commit ddd5488

Please sign in to comment.