aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/tab.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index 90bf5b7b8..efc746628 100644
--- a/Library/Homebrew/tab.rb
+++ b/Library/Homebrew/tab.rb
@@ -170,6 +170,10 @@ class Tab < OpenStruct
source["tap"]
end
+ def tap=(tap)
+ source["tap"] = tap
+ end
+
def to_json
attributes = {
"used_options" => used_options.as_flags,