From 616b52e627085b19d0d9023b94464d93e0f54131 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 2 Aug 2011 12:58:16 +0100 Subject: [PATCH] Oops, show proper git checkout command --- Library/Homebrew/cmd/versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/versions.rb b/Library/Homebrew/cmd/versions.rb index 38d9720b2a..25ca1afd51 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