diff options
| author | Markus Reiter | 2016-09-20 15:11:33 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-09-23 15:30:05 +0200 |
| commit | 59212445da7048233ef32705433e548783fcf84b (patch) | |
| tree | d1ff519490652760f5c37aa55032d82482ebbda1 /Library/Homebrew/cask/lib/hbc/source | |
| parent | b957a1b7e6c1305617cff429f16f73f0c8ec604c (diff) | |
| download | brew-59212445da7048233ef32705433e548783fcf84b.tar.bz2 | |
Run `rubocop —auto-correct`.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/source')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/source/tapped_qualified.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/source/tapped_qualified.rb b/Library/Homebrew/cask/lib/hbc/source/tapped_qualified.rb index 1da013db2..97a35defe 100644 --- a/Library/Homebrew/cask/lib/hbc/source/tapped_qualified.rb +++ b/Library/Homebrew/cask/lib/hbc/source/tapped_qualified.rb @@ -11,7 +11,7 @@ class Hbc::Source::TappedQualified < Hbc::Source::Tapped qualified_token = Hbc::QualifiedToken.parse(query) return if qualified_token.nil? - user, repo, token = qualified_token + user, repo = qualified_token[0..1] Tap.fetch(user, repo) end |
