mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Alter require to use snakecase library name
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
e3c9c019e3
commit
47da04f4e0
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ end
|
|||
#---------------------------------------------------------------------#
|
||||
# EULA acceptance
|
||||
#---------------------------------------------------------------------#
|
||||
require 'license-acceptance/acceptor'
|
||||
require 'license_acceptance/acceptor'
|
||||
LicenseAcceptance::Acceptor.check_and_persist('inspec', Inspec::VERSION)
|
||||
|
||||
#---------------------------------------------------------------------#
|
||||
|
|
Loading…
Reference in a new issue