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 e7f3c12b20
commit f0c7b8f264
No known key found for this signature in database
GPG key ID: CBCA68FBAEBF98C9

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"