diff options
| -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 b98236f00..3773346b9 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -53,7 +53,7 @@ class Step end def command_short - @command.gsub(/(brew|--force|--verbose|--build-bottle) /, '') + @command.gsub(/(brew|--force|--verbose|--build-bottle) /, '').strip.squeeze end def passed? |
