aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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 3d186bf72..ae8c321ad 100644
--- a/Library/Homebrew/cmd/versions.rb
+++ b/Library/Homebrew/cmd/versions.rb
@@ -68,8 +68,8 @@ class Formula
# Unload the class so Formula#version returns the correct value
begin
- version = nostdout { Formula.factory(path).version }
Object.send(:remove_const, Formula.class_s(name))
+ version = nostdout { Formula.factory(path).version }
version
rescue SyntaxError, TypeError, NameError, ArgumentError
# We rescue these so that we can skip bad versions and