Removed the old 'update' when clause and fixed a small spelling error.

This commit is contained in:
Eloy Duran 2009-09-11 19:17:50 +02:00
parent c9f056c327
commit 9ff551a524
2 changed files with 1 additions and 7 deletions

View File

@ -11,7 +11,7 @@ class RefreshBrew
end
# Performs an update of the homebrew source. Returns +true+ if a newer
# version was availble, +false+ if already up-to-date.
# version was available, +false+ if already up-to-date.
def update_from_masterbrew!
output = git_pull!
output.split("\n").each do |line|

View File

@ -137,12 +137,6 @@ begin
end
prune
when 'up', 'update'
puts "You can't yet update :( But you can try:"
puts " git pull"
puts " brew rm foo"
puts " brew install foo"
when 'prune'
prune