diff options
| author | Josh Hagins | 2016-10-10 10:30:36 -0400 |
|---|---|---|
| committer | GitHub | 2016-10-10 10:30:36 -0400 |
| commit | 9ff22c7e2988fd483c654d97eea836946a4e42ff (patch) | |
| tree | 690fb2405256ef35d754f49ab55c3429a32add4e /Library | |
| parent | 0546d90e3dbdae30407e5256d680be5ed5f5f000 (diff) | |
| parent | 6c5b8f0f5ea11d07905f17cc1cbf353ed2fd3498 (diff) | |
| download | brew-9ff22c7e2988fd483c654d97eea836946a4e42ff.tar.bz2 | |
Merge pull request #1257 from alyssais/docs_wiki
Update URL in qualified_token comment
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/qualified_token.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/qualified_token.rb b/Library/Homebrew/cask/lib/hbc/qualified_token.rb index ccfe08b45..b9329eeb7 100644 --- a/Library/Homebrew/cask/lib/hbc/qualified_token.rb +++ b/Library/Homebrew/cask/lib/hbc/qualified_token.rb @@ -28,7 +28,7 @@ module Hbc user = dash_elements.join("-") else # eg caskroom/cask/google-chrome - # per https://github.com/Homebrew/homebrew/wiki/brew-tap + # per https://github.com/Homebrew/brew/blob/master/docs/brew-tap.md user, repo, token = path_elements end repo.sub!(%r{^#{REPO_PREFIX}}, "") |
