mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Fix typo in 'fixtures' (#1316)
This commit is contained in:
@@ -3,7 +3,7 @@ set -e
|
||||
|
||||
if [[ `git status --porcelain Tests/Fixtures` ]]; then
|
||||
echo ""
|
||||
echo "⚠️ Generated fixturess have changed."
|
||||
echo "⚠️ Generated fixtures have changed."
|
||||
echo "⚠️ If this is a valid change please run the tests and commit the updates."
|
||||
echo ""
|
||||
git --no-pager diff --color=always Tests/Fixtures
|
||||
|
||||
Reference in New Issue
Block a user