Skip to content

Commit

Permalink
brew.sh: enable autoupdate for Homebrew developers (Homebrew#429)
Browse files Browse the repository at this point in the history
Autoupdate has been working well for me/opt-in folks for a while so lets
enable it for Homebrew developers to test before we enable it for
everyone.
  • Loading branch information
MikeMcQuaid authored and souvik1997 committed Jul 25, 2016
1 parent db52df6 commit a3991bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/brew.sh
Expand Up @@ -230,7 +230,7 @@ setup-analytics
report-analytics-screenview-command

update-preinstall() {
[[ -n "$HOMEBREW_AUTO_UPDATE" ]] || return
[[ -n "$HOMEBREW_DEVELOPER" ]] || return
[[ -z "$HOMEBREW_NO_AUTO_UPDATE" ]] || return
[[ -z "$HOMEBREW_UPDATE_PREINSTALL" ]] || return

Expand Down

0 comments on commit a3991bb

Please sign in to comment.