Browse Source
show diff in autoload checker
Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/4410/head
Robin Appelman
8 years ago
No known key found for this signature in database
GPG Key ID: CBCA68FBAEBF98C9
1 changed files with
1 additions and
0 deletions
-
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" |
|
|
|
|