mirror of
https://github.com/inspec/inspec
synced 2025-02-17 14:38:43 +00:00
Merge pull request #5053 from james-stocks/js/fix_markup
Fix unmatched backticks in docs
This commit is contained in:
commit
e01e69e19f
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ Chef InSpec will resolve the symlink recursively and return the ultimate linked
|
|||
|
||||
### shallow\_link\_path
|
||||
|
||||
The `shallow_link_path`` property returns the path that the file refers to, only resolving
|
||||
The `shallow_link_path` property returns the path that the file refers to, only resolving
|
||||
it once (that is, it performs a readlink operation). If the file is not a symlink, nil is returned.
|
||||
|
||||
its('shallow_link_path') { should eq '/some/path/to/file' }
|
||||
|
|
|
@ -134,7 +134,7 @@ ability to take an OS profile and execute it remotely or locally.
|
|||
## Avoid shelling out
|
||||
|
||||
Avoid:
|
||||
- `` `ls``\`
|
||||
- `` `ls` ``
|
||||
- `system("ls")`
|
||||
- `IO.popen("ls")`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue