diff options
Diffstat (limited to 'Library/Contributions/cmd/brew-test-bot.rb')
| -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 9832693c8..fa0075884 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -276,7 +276,7 @@ class Test return if ARGV.include? "--skip-setup" test "brew doctor" test "brew --env" - test "brew --config" + test "brew config" end def formula formula |
