Remove Cask#qualified_token.
This commit is contained in:
parent
df3d017739
commit
20b990a19f
@ -56,12 +56,8 @@ module Hbc
|
||||
end
|
||||
|
||||
def full_name
|
||||
return token if tap&.user == "Homebrew"
|
||||
qualified_token
|
||||
end
|
||||
|
||||
def qualified_token
|
||||
return token if tap.nil?
|
||||
return token if tap.user == "Homebrew"
|
||||
"#{tap.name}/#{token}"
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user