diff options
| author | Jack Nagel | 2014-09-07 12:39:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-07 12:39:09 -0500 |
| commit | 011b6c81f506de3122ab6f8fe7fcb778196d9fb8 (patch) | |
| tree | 7e76396155bcd4a781e7e83afc042485f33a81be /Library | |
| parent | 1c5100013062daa9893a1ff528cb5b8033bb1a4a (diff) | |
| download | homebrew-011b6c81f506de3122ab6f8fe7fcb778196d9fb8.tar.bz2 | |
Fix typo
Diffstat (limited to 'Library')
| -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 |
