aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2011-08-02 12:58:16 +0100
committerMax Howell2011-08-02 12:58:16 +0100
commit616b52e627085b19d0d9023b94464d93e0f54131 (patch)
tree3bf30f302ffae8b6b1eb6d8ec7f559566918c233 /Library
parent18a54259e92bc8f4767cb8caa02efedc75dbccd0 (diff)
downloadbrew-616b52e627085b19d0d9023b94464d93e0f54131.tar.bz2
Oops, show proper git checkout command
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/versions.rb b/Library/Homebrew/cmd/versions.rb
index 38d9720b2..25ca1afd5 100644
--- a/Library/Homebrew/cmd/versions.rb
+++ b/Library/Homebrew/cmd/versions.rb
@@ -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