From d2b8bfc915f1e5ef78cc0ffb9cffaa25ad2a24f8 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 18 Sep 2017 17:15:55 +0200 Subject: [PATCH] show diff in autoload checker Signed-off-by: Robin Appelman --- build/autoloaderchecker.sh | 1 + 1 file changed, 1 insertion(+) 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"