Skip to content

Commit

Permalink
Merge pull request #312 from sourcejedi/patch-1
Browse files Browse the repository at this point in the history
README.md: fix typo `notifiy`
  • Loading branch information
lbetz authored Jun 19, 2017
2 parents a81bb8e + 177b38f commit 3a738c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ packages in your own Puppet code.
``` puppet
package { 'icinga2':
ensure => latest,
notifiy => Class['icinga2'],
notify => Class['icinga2'],
}
class { '::icinga2':
Expand Down

0 comments on commit 3a738c5

Please sign in to comment.