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