From 2ab4f7452702dd89c6e6457b7dc2cccb5da65263 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Fri, 26 Feb 2016 14:33:40 +0100 Subject: [PATCH] brew.sh: drop reference to removed 'update-ruby' This is a follow-up fix to a minor oversight in Homebrew/homebrew#49523. --- Library/brew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/brew.sh b/Library/brew.sh index 944991e113..0fde584e1d 100644 --- a/Library/brew.sh +++ b/Library/brew.sh @@ -146,7 +146,7 @@ fi if [[ "$(id -u)" = "0" && "$(/usr/bin/stat -f%u "$HOMEBREW_BREW_FILE")" != "0" ]] then case "$HOMEBREW_COMMAND" in - install|reinstall|postinstall|link|pin|update|update-ruby|upgrade|create|migrate|tap|switch) + install|reinstall|postinstall|link|pin|update|upgrade|create|migrate|tap|switch) odie <