Skip to content

Commit

Permalink
[trivial] add missing markdown fence (#14326)
Browse files Browse the repository at this point in the history
Signed-off-by: David Crosby <dcrosby@fb.com>
  • Loading branch information
dafyddcrosby committed Apr 9, 2024
1 parent b1758c1 commit 61a25eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/chef/resource/execute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -492,9 +492,11 @@ class Execute < Chef::Resource
**Run a command with an external input file**:
```ruby
execute 'md5sum' do
input File.read(__FILE__)
end
```
EXAMPLES

# The ResourceGuardInterpreter wraps a resource's guards in another resource. That inner resource
Expand Down

0 comments on commit 61a25eb

Please sign in to comment.