fix script/diff

This commit is contained in:
Ben Balter 2017-07-28 08:52:14 -04:00
parent 31ac0fded9
commit 016dc44413
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if STDIN.tty? || ARGV[0].to_s.empty?
end
text = STDIN.read
license_file = Licensee::Project::LicenseFile.new(text, 'LICENSE')
license_file = Licensee::ProjectFiles::LicenseFile.new(text, 'LICENSE')
license = Licensee::License.find(ARGV[0])
if license.nil?