Correct comment reference exit code

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-01-16 00:26:29 -05:00
parent 48e2188047
commit b89681350e

View file

@ -9,7 +9,7 @@ module Inspec
# What actions may you specify to be taken when a deprecation is encountered?
VALID_ACTIONS = [
:exit, # Hard exit `inspec`, no stacktrace, exit code specified or DEFAULT_HARD_EXIT_STATUS
:exit, # Hard exit `inspec`, no stacktrace, exit code specified or Inspec::UI::EXIT_FATAL_DEPRECATION
:fail_control, # Fail the control with a message. If not in a control, do :warn action instead.
:ignore, # Do nothing.
:warn, # Issue a warning