Update URL in qualified_token comment

The homebrew/homebrew wiki no longer exists.
This commit is contained in:
Alyssa Ross 2016-10-10 14:46:00 +01:00
parent 0546d90e3d
commit 6c5b8f0f5e

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