Skip to content

Commit

Permalink
missing comma in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Sep 20, 2013
1 parent 3a469e7 commit 25c837e
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 @@ -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",
}
```

Expand Down

0 comments on commit 25c837e

Please sign in to comment.