mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Fix bad link
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
This commit is contained in:
parent
dde2017bec
commit
d18520363b
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ $ inspec shell --format json -c 'describe file("/Users/test") do it { should exi
|
|||
|
||||
## Running Chef InSpec Shell With Inputs
|
||||
|
||||
With InSpec [profiles that support inputs](inspec/inputs/#which-profiles-support-inputs),
|
||||
With InSpec [profiles that support inputs]({{< relref "inputs/#which-profiles-support-inputs" >}}),
|
||||
you can set inputs using the InSpec `shell` command. This allows you to work more consistently with
|
||||
InSpec profiles when switching between the `shell` and `exec` commands.
|
||||
|
||||
|
|
Loading…
Reference in a new issue