summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR.I.Pienaar <rip@devco.net>2011-01-19 17:36:20 +0000
committerR.I.Pienaar <rip@devco.net>2011-01-19 17:36:20 +0000
commit3c46b82d09a9ce7ebf66b42b342a753e59b6d467 (patch)
tree41d6c5dfbffff3a44bb77657eac8b547f690f920
parent03ac60902b008ccfc961cc5135f6ba031ee44141 (diff)
Fix doco typo
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 3f32509..1945150 100644
--- a/README.markdown
+++ b/README.markdown
@@ -32,7 +32,7 @@ class motd {
include concat::setup
$motd = "/etc/motd"
- concat{$motd,
+ concat{$motd:
owner => root,
group => root,
mode => 644
@@ -84,7 +84,7 @@ Known Issues:
Contributors:
-------------
-**Paul Elliot**
+**Paul Elliot**
* Provided 0.24.8 support, shell warnings and empty file creation support.