show diff in autoload checker

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2017-09-18 17:15:55 +02:00
parent 5b82e2e4d5
commit d2b8bfc915
No known key found for this signature in database
GPG Key ID: CBCA68FBAEBF98C9
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ then
echo "The autoloader is not up to date"
echo "Please run: bash build/autoloaderchecker.sh"
echo "And commit the result"
git diff lib/composer
exit 1
else
echo "Autoloader up to date. Carry on"