aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorJack Nagel2014-09-07 12:39:09 -0500
committerJack Nagel2014-09-07 12:39:09 -0500
commit51ffcc761ffd659028f487f5f00906718475f881 (patch)
tree0aace81e95f4ceb485dd0953ba2602bd3dab90f3 /Library/Contributions
parent4652be33b9919254e69572302305ebe8a15975b4 (diff)
downloadbrew-51ffcc761ffd659028f487f5f00906718475f881.tar.bz2
Fix typo
Diffstat (limited to 'Library/Contributions')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
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