diff options
| author | Mike McQuaid | 2018-01-18 15:16:53 +0000 | 
|---|---|---|
| committer | GitHub | 2018-01-18 15:16:53 +0000 | 
| commit | 10384231a2c8743f554d1e6a3d5067e840365649 (patch) | |
| tree | 6865b3acaaaf7a93512406e09e4ea07dc636283d /Library/Homebrew/utils/github.rb | |
| parent | 230d630bd6cfd5ec9d317c83caea66a03d2b6c10 (diff) | |
| parent | 1f48e17f1b2f681ea56b72b8d2c1eebdb77f2181 (diff) | |
| download | brew-10384231a2c8743f554d1e6a3d5067e840365649.tar.bz2 | |
Merge pull request #3636 from Homebrew/rubocop-bump
rubocop 0.52.1
Diffstat (limited to 'Library/Homebrew/utils/github.rb')
| -rw-r--r-- | Library/Homebrew/utils/github.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/utils/github.rb b/Library/Homebrew/utils/github.rb index be9bf4dd3..016676323 100644 --- a/Library/Homebrew/utils/github.rb +++ b/Library/Homebrew/utils/github.rb @@ -129,7 +129,7 @@ module GitHub      # This is a no-op if the user is opting out of using the GitHub API.      return block_given? ? yield({}) : {} if ENV["HOMEBREW_NO_GITHUB_API"] -    args = %W[--header application/vnd.github.v3+json --write-out \n%{http_code}] +    args = %W[--header application/vnd.github.v3+json --write-out \n%{http_code}] # rubocop:disable Lint/NestedPercentLiteral      args += curl_args      token, username = api_credentials | 
