diff options
Diffstat (limited to 'Library/Homebrew/cmd')
| -rwxr-xr-x | Library/Homebrew/cmd/update-bash.sh | 5 | ||||
| -rw-r--r-- | Library/Homebrew/cmd/update-report.rb | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/Library/Homebrew/cmd/update-bash.sh b/Library/Homebrew/cmd/update-bash.sh index c135d6a29..d44217bba 100755 --- a/Library/Homebrew/cmd/update-bash.sh +++ b/Library/Homebrew/cmd/update-bash.sh @@ -234,11 +234,6 @@ update-bash() { local DIR local UPSTREAM_BRANCH - if [[ -z "$HOMEBREW_DEVELOPER" ]] - then - odie "This command is currently only for Homebrew developers' use." - fi - for option in "$@" do case "$option" in diff --git a/Library/Homebrew/cmd/update-report.rb b/Library/Homebrew/cmd/update-report.rb index a96a3b11c..6db4a0436 100644 --- a/Library/Homebrew/cmd/update-report.rb +++ b/Library/Homebrew/cmd/update-report.rb @@ -6,10 +6,6 @@ require "descriptions" module Homebrew def update_report - unless ENV["HOMEBREW_DEVELOPER"] - odie "This command is currently only for Homebrew developers' use." - end - # migrate to new directories based tap structure migrate_taps |
