Browse Source

show diff in autoload checker

Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/4410/head
Robin Appelman 8 years ago
parent
commit
f0c7b8f264
No known key found for this signature in database GPG Key ID: CBCA68FBAEBF98C9
  1. 1
      build/autoloaderchecker.sh

1
build/autoloaderchecker.sh

@ -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"

Loading…
Cancel
Save