Skip to content
Snippets Groups Projects
Commit e1f0dec4 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

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).
parent 3f7fffe1
No related branches found
No related tags found
No related merge requests found
......@@ -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 $?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment