Fix Cask#full_name.
This commit is contained in:
parent
e3bb004ad7
commit
df3d017739
@ -56,7 +56,7 @@ module Hbc
|
|||||||
end
|
end
|
||||||
|
|
||||||
def full_name
|
def full_name
|
||||||
return token if tap.user == "Homebrew"
|
return token if tap&.user == "Homebrew"
|
||||||
qualified_token
|
qualified_token
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user