diff options
| author | Jack Nagel | 2014-09-07 12:39:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-07 12:39:09 -0500 |
| commit | 51ffcc761ffd659028f487f5f00906718475f881 (patch) | |
| tree | 0aace81e95f4ceb485dd0953ba2602bd3dab90f3 /Library/Contributions | |
| parent | 4652be33b9919254e69572302305ebe8a15975b4 (diff) | |
| download | brew-51ffcc761ffd659028f487f5f00906718475f881.tar.bz2 | |
Fix typo
Diffstat (limited to 'Library/Contributions')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index cbeba29c9..8ffaf345f 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -324,7 +324,7 @@ class Test formula_object = Formulary.factory(formula) return unless satisfied_requirements?(formula_object, :stable) - installed_gcc = falss + installed_gcc = false deps = formula_object.stable.deps.to_a if formula_object.devel && !ARGV.include?('--HEAD') deps |= formula_object.devel.deps.to_a |
