Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-09-18 18:15:55 +0300
committerRobin Appelman <robin@icewind.nl>2017-09-18 18:20:08 +0300
commitf0c7b8f264e3119dc4829c10e98f92557cc2f342 (patch)
treed355bc75303f71eea701da51492fc924a3df086a /build
parente7f3c12b203c7afdf22423bb4d2bf756b2819cd1 (diff)
show diff in autoload checker
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'build')
-rw-r--r--build/autoloaderchecker.sh1
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"