Skip to content

Commit 25c837e

Browse files
author
Joshua Hoblitt
committed
missing comma in README example
1 parent 3a469e7 commit 25c837e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ As is commonly done with the `file` type, you can pass the output of the `templa
7171
```puppet
7272
udev::rule { '99-foo.rules':
7373
ensure => present,
74-
source => "puppet:///modules/${module_name}/foo.rules"
74+
source => "puppet:///modules/${module_name}/foo.rules",
7575
}
7676
```
7777

0 commit comments

Comments
 (0)