small typo: missing losing '
This commit is contained in:
parent
f70881fbfd
commit
222ecc020a
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ concatenated file and this feature has been removed.
|
|||
```puppet
|
||||
include concat::setup # generates deprecation warning
|
||||
|
||||
class { 'concat::setup: } # generates deprecation warning
|
||||
class { 'concat::setup': } # generates deprecation warning
|
||||
```
|
||||
|
||||
The `concat::setup` class is deprecated as a public API of this module and
|
||||
|
|
Loading…
Reference in a new issue