aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/tab.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/compat/tab.rb')
-rw-r--r--Library/Homebrew/compat/tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compat/tab.rb b/Library/Homebrew/compat/tab.rb
index 58fdc4913..2cf71c923 100644
--- a/Library/Homebrew/compat/tab.rb
+++ b/Library/Homebrew/compat/tab.rb
@@ -1,6 +1,6 @@
class Tab < OpenStruct
def build_32_bit?
- # odeprecated "Tab.build_32_bit?"
+ odeprecated "Tab.build_32_bit?"
include?("32-bit")
end
end