Fix Cask#full_name.

This commit is contained in:
Markus Reiter 2018-06-30 06:01:01 +02:00
parent e3bb004ad7
commit df3d017739

View File

@ -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