aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorXu Cheng2015-07-31 20:08:41 +0800
committerXu Cheng2015-07-31 20:08:44 +0800
commitaa28226423dcc77220f98d0b3cd888b63899462c (patch)
treeda651486b7507c89b31577747c81f71929d2d857 /Library
parent2ebd1c974beb072d11defa368a85bbe0746c1135 (diff)
downloadbrew-aa28226423dcc77220f98d0b3cd888b63899462c.tar.bz2
tab: set stable as default spec
Fixes Homebrew/homebrew#42297.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index 6e98bb652..4fad2411d 100644
--- a/Library/Homebrew/tab.rb
+++ b/Library/Homebrew/tab.rb
@@ -126,7 +126,7 @@ class Tab < OpenStruct
"source" => {
"path" => nil,
"tap" => nil,
- "spec" => nil,
+ "spec" => "stable",
},
}