Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Nov 30, 2023
1 parent d3c4b53 commit 0c429b8
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 @@ -54,7 +54,7 @@ Hooks make it possible to customize the upgrade process. They need to have valid

```puppet
class { 'f_upgrade':
hook => {
hooks => {
'1000.pre' => {
content => "echo hello world\n exit 0",
},
Expand Down

0 comments on commit 0c429b8

Please sign in to comment.