aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/brew b/bin/brew
index e6d231ff6..a07ae29da 100755
--- a/bin/brew
+++ b/bin/brew
@@ -163,11 +163,10 @@ begin
require 'update'
updater = RefreshBrew.new
- old_revision = updater.current_revision
unless updater.update_from_masterbrew!
puts "Already up-to-date."
else
- puts "Updated Homebrew from #{old_revision[0,8]} to #{updater.current_revision[0,8]}."
+ puts "Updated Homebrew from #{updater.initial_revision[0,8]} to #{updater.current_revision[0,8]}."
## New Formulae
if updater.pending_new_formulae?
ohai "The following formulae are new:"