Skip to content

Commit

Permalink
Merge pull request #48756 from nextcloud/build/autoloader/remove-nois…
Browse files Browse the repository at this point in the history
…y-changes
  • Loading branch information
provokateurin authored Oct 22, 2024
2 parents 68c73fb + 0528eaa commit 582af10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/autoloaderchecker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ for app in ${REPODIR}/apps/*; do
echo "Regenerating composer files for ${app}"
$COMPOSER_COMMAND i --no-dev -d ${app}/composer || exit 1
$COMPOSER_COMMAND dump-autoload -d ${app}/composer || exit 1
git checkout ${app}/composer/composer/installed.php
fi
done

Expand Down

0 comments on commit 582af10

Please sign in to comment.