mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Update docs/dsl_resource.md
Co-Authored-By: mjingle <mjingle@users.noreply.github.com>
This commit is contained in:
parent
0620320d6e
commit
c907a9114f
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ exacerbated startup times (especially on Windows).
|
|||
As of InSpec v4.16, resources are lazily loaded into the `inspec`
|
||||
process upon use. This greatly speeds up the initial startup costs of
|
||||
the `inspec` process and only loads what you need to use. For example, `inspec
|
||||
--version` no longer runs for 10 seconds!).
|
||||
--version` no longer runs for 10 seconds!.
|
||||
|
||||
### Overriding Core Resources
|
||||
|
||||
|
|
Loading…
Reference in a new issue