Alter require to use snakecase library name

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-01-18 12:03:23 -05:00
parent e3c9c019e3
commit 47da04f4e0

View file

@ -380,7 +380,7 @@ end
#---------------------------------------------------------------------#
# EULA acceptance
#---------------------------------------------------------------------#
require 'license-acceptance/acceptor'
require 'license_acceptance/acceptor'
LicenseAcceptance::Acceptor.check_and_persist('inspec', Inspec::VERSION)
#---------------------------------------------------------------------#