mirror of
https://github.com/inspec/inspec
synced 2025-03-05 15:57:16 +00:00
Merge pull request #4554 from inspec/mj/env
Missing require for EnvPrinter means `inspec env` stacktraced.
This commit is contained in:
commit
6fa70513f5
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ module Inspec # TODO: move this somewhere "better"?
|
|||
autoload :BaseCLI, "inspec/base_cli"
|
||||
autoload :Deprecation, "inspec/utils/deprecation"
|
||||
autoload :Exceptions, "inspec/exceptions"
|
||||
autoload :EnvPrinter, "inspec/env_printer"
|
||||
autoload :Fetcher, "inspec/fetcher"
|
||||
autoload :Formatters, "inspec/formatters"
|
||||
autoload :Globals, "inspec/globals"
|
||||
|
|
Loading…
Add table
Reference in a new issue