diff options
| author | ilovezfs | 2017-06-01 04:23:53 -0700 |
|---|---|---|
| committer | GitHub | 2017-06-01 04:23:53 -0700 |
| commit | 8b26deef20697c3d68fc42987f2513cb1e953c77 (patch) | |
| tree | 14bf38f815db5fc30c3d1e26dfb0a18d4e536540 /Library/Homebrew/cask/lib | |
| parent | 63b2eb9ffd1a0131194e99c65e3f0e1e1980ed9b (diff) | |
| parent | 197392b56d38a4f5225886f1a10e2ccaa51faa98 (diff) | |
| download | brew-8b26deef20697c3d68fc42987f2513cb1e953c77.tar.bz2 | |
Merge pull request #2715 from Homebrew/revert-2698-operator-style
Revert "Fix operator spacing."
Diffstat (limited to 'Library/Homebrew/cask/lib')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb b/Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb index cd2679782..ceb202bb7 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb @@ -43,7 +43,7 @@ module Hbc if checkpoint.nil? onoe "Could not retrieve `appcast` checkpoint for cask '#{cask}': #{result[:command_result].stderr}" else - puts((cask_tokens.count > 1) ? "#{checkpoint} #{cask}" : checkpoint) + puts((cask_tokens.count > 1) ? "#{checkpoint} #{cask}": checkpoint) count += 1 end end |
