diff options
Diffstat (limited to 'build/autoloaderchecker.sh')
-rw-r--r-- | build/autoloaderchecker.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/autoloaderchecker.sh b/build/autoloaderchecker.sh index b8ac493cb24..9b1c30d59cb 100644 --- a/build/autoloaderchecker.sh +++ b/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" |