Skip to content

Commit

Permalink
test-bot: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jul 14, 2016
1 parent 4f02fb8 commit 355fae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Homebrew/dev-cmd/test-bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,8 @@ def setup
return if ARGV.include? "--skip-setup"
if !ENV["TRAVIS"] && ENV["HOMEBREW_RUBY"] != "1.8.7" &&
HOMEBREW_PREFIX.to_s == "/usr/local"
test "brew", "doctor"
test "brew", "doctor"
end
test "brew", "--env"
test "brew", "config"
end
Expand Down

0 comments on commit 355fae7

Please sign in to comment.