mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
show diff in autoload checker
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
e7f3c12b20
commit
f0c7b8f264
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue