mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
99ebae186b
The exit status would never return "InSpec run completed successfully" since the value of $RC was always an integer which never was prefixed with an "x". This checks the return directly since we currently do not have any complex logic which warrants the need to check different return status values where a prefixed return code is necessary. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com> |
||
---|---|---|
.. | ||
cli.rb | ||
log.rb | ||
profile.rb |