From 222ecc020ac0ee2347190cc4c23d3fa0952a962b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Sat, 21 Jun 2014 14:16:47 +0200 Subject: [PATCH] small typo: missing losing ' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f26ee7..495cce5 100644 --- a/README.md +++ b/README.md @@ -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