Merge pull request #1257 from alyssais/docs_wiki

Update URL in qualified_token comment
This commit is contained in:
Josh Hagins 2016-10-10 10:30:36 -04:00 committed by GitHub
commit 9ff22c7e29

View File

@ -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}}, "")