Oops, show proper git checkout command

This commit is contained in:
Max Howell 2011-08-02 12:58:16 +01:00
parent 18a54259e9
commit 616b52e627

View File

@ -24,7 +24,7 @@ module Homebrew extend self
print Tty.white
print "#{version.ljust(8)} "
print Tty.reset
puts "git checkout #{sha} #{HOMEBREW_REPOSITORY}/Library/Formula/#{name}.rb"
puts "git checkout #{sha} #{HOMEBREW_REPOSITORY}/Library/Formula/#{f.name}.rb"
end
end
end