diff options
| author | Max Howell | 2009-09-17 18:39:47 +0100 |
|---|---|---|
| committer | Max Howell | 2009-09-17 18:39:58 +0100 |
| commit | 710a160b8f78fb672855eb495e5d927421e8ced7 (patch) | |
| tree | 5a7dc01bdb54634526a299b543356e77aab91fc0 /bin | |
| parent | cb28a0f477734392fea9b51c8ebc6856a973bbd2 (diff) | |
| download | brew-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-x | bin/brew | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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! |
