Skip to content

Commit 1b00c3b

Browse files
committed
Merge pull request #604 from rjw1/patch-1
Add a missing s in the ensure_packages hash example
2 parents b2165df + 8f1efda commit 1b00c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ For Array:
360360

361361
For Hash:
362362

363-
ensure_packages({'ksh' => { enure => '20120801-1' } , 'mypackage' => { source => '/tmp/myrpm-1.0.0.x86_64.rpm', provider => "rpm" }}, {'ensure' => 'present'})
363+
ensure_packages({'ksh' => { ensure => '20120801-1' } , 'mypackage' => { source => '/tmp/myrpm-1.0.0.x86_64.rpm', provider => "rpm" }}, {'ensure' => 'present'})
364364

365365
#### `ensure_resource`
366366

0 commit comments

Comments
 (0)