aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-09-17 18:39:47 +0100
committerMax Howell2009-09-17 18:39:58 +0100
commit710a160b8f78fb672855eb495e5d927421e8ced7 (patch)
tree5a7dc01bdb54634526a299b543356e77aab91fc0 /bin
parentcb28a0f477734392fea9b51c8ebc6856a973bbd2 (diff)
downloadbrew-710a160b8f78fb672855eb495e5d927421e8ced7.tar.bz2
Rename refresh_brew.rb to update.rb
I didn't change the class name, it's clear from the context where it is used what it does. However when just looking at files to figure out the nature of Homebrew I believe in clear naming. Otherwise funny names earn you points.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index e2e42d2b7..98ae9d8cf 100755
--- a/bin/brew
+++ b/bin/brew
@@ -111,7 +111,7 @@ begin
when 'up', 'update'
- require 'refresh_brew'
+ require 'update'
updater = RefreshBrew.new
old_revision = updater.current_revision
unless updater.update_from_masterbrew!