From 25c837e6716f3ccc1c9b6eedf19724decdf2bb26 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Thu, 19 Sep 2013 17:54:59 -0700 Subject: [PATCH] missing comma in README example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd3a5ec..3c02745 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ As is commonly done with the `file` type, you can pass the output of the `templa ```puppet udev::rule { '99-foo.rules': ensure => present, - source => "puppet:///modules/${module_name}/foo.rules" + source => "puppet:///modules/${module_name}/foo.rules", } ```