Linting, and a thinko

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2020-05-02 14:04:33 -04:00 committed by James Stocks
parent 9c1dbfb5f3
commit 5accb27224
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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