diff options
| author | Mike McQuaid | 2013-09-14 13:45:37 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-14 13:45:44 +0100 |
| commit | 1a21754e5c2009b5cd9072c36cef68d61ac13b11 (patch) | |
| tree | 64e4dc8972fa257b564652000523fd436c760d86 /Library | |
| parent | 16cb25e422021eeb1f78c82b6c41a7c45ce718c4 (diff) | |
| download | brew-1a21754e5c2009b5cd9072c36cef68d61ac13b11.tar.bz2 | |
brew-test-bot: only squeeze command spaces.
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 3773346b9..8a13862cd 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) /, '').strip.squeeze + @command.gsub(/(brew|--force|--verbose|--build-bottle) /, '').strip.squeeze ' ' end def passed? |
