diff options
author | Robin Appelman <robin@icewind.nl> | 2017-09-18 17:15:55 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2017-10-03 14:11:37 +0200 |
commit | d2b8bfc915f1e5ef78cc0ffb9cffaa25ad2a24f8 (patch) | |
tree | 2ef9a5fdf0609c83807882e658fd83a20046c285 /build | |
parent | 5b82e2e4d556b4e7e63f0169d687e9aca9a15bed (diff) | |
download | nextcloud-server-d2b8bfc915f1e5ef78cc0ffb9cffaa25ad2a24f8.tar.gz nextcloud-server-d2b8bfc915f1e5ef78cc0ffb9cffaa25ad2a24f8.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" |