mirror of https://github.com/licensee/licensee.git
Eliminate innecesary @
This commit is contained in:
parent
99c7ca8310
commit
d43b6a8595
|
@ -8,7 +8,7 @@ module Licensee
|
|||
private
|
||||
|
||||
def license_property
|
||||
match = @file.content.match LICENSE_REGEX
|
||||
match = file.content.match LICENSE_REGEX
|
||||
match[1].downcase if match && match[1]
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue