diff options
author | Robin Appelman <robin@icewind.nl> | 2017-09-18 17:15:55 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2017-09-18 17:20:08 +0200 |
commit | f0c7b8f264e3119dc4829c10e98f92557cc2f342 (patch) | |
tree | d355bc75303f71eea701da51492fc924a3df086a /build | |
parent | e7f3c12b203c7afdf22423bb4d2bf756b2819cd1 (diff) | |
download | nextcloud-server-f0c7b8f264e3119dc4829c10e98f92557cc2f342.tar.gz nextcloud-server-f0c7b8f264e3119dc4829c10e98f92557cc2f342.zip |
show diff in autoload checker
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'build')
-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" |