mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Linting, and a thinko
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
9c1dbfb5f3
commit
5accb27224
2 changed files with 2 additions and 2 deletions
|
@ -357,7 +357,7 @@ Like any activator, the block above will only be called if needed. For Reporter
|
|||
|
||||
```bash
|
||||
you@machine $ inspec exec --reporter sweet # Your Reporter implementation is activated and executed
|
||||
you@machine $ inspec exec --reporter json # Your CliCommand implementation is not activated
|
||||
you@machine $ inspec exec --reporter json # Your Reporter implementation is not activated
|
||||
```
|
||||
|
||||
### Implementation class for Reporters
|
||||
|
|
|
@ -19,7 +19,7 @@ module InspecPlugins::ReporterTestFixture
|
|||
end
|
||||
end
|
||||
|
||||
output("p#{profile_count}c#{control_count}t#{test_count}",true)
|
||||
output("p#{profile_count}c#{control_count}t#{test_count}", true)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue