Skip to content

Commit

Permalink
brew.sh: enable autoupdate for Homebrew developers (#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 committed Jul 8, 2016
1 parent b55250c commit 51025a9
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 51025a9

Please sign in to comment.