update.sh: developers always run update-report.

As they may use e.g. `git pull` which may result in them having formulae
that aren't migrated (and they mind less about the slight slowdown).
This commit is contained in:
Mike McQuaid 2016-06-12 18:23:50 +02:00
parent 3f7fffe17d
commit e1f0dec41e

View File

@ -384,7 +384,9 @@ EOS
chdir "$HOMEBREW_REPOSITORY"
if [[ -n "$HOMEBREW_UPDATED" || -n "$HOMEBREW_UPDATE_FAILED" ]]
if [[ -n "$HOMEBREW_UPDATED" ||
-n "$HOMEBREW_UPDATE_FAILED" ||
-n "$HOMEBREW_DEVELOPER" ]]
then
brew update-report "$@"
return $?