Skip to content

Commit f12baf7

Browse files
authored
Merge pull request #455 from deric/typo
Fix typo
2 parents 1fddf50 + 6c01be8 commit f12baf7

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
@@ -442,7 +442,7 @@ systemd::udev::rule:
442442
ensure: present
443443
path: /etc/udev/rules.d
444444
selinux_ignore_defaults: false
445-
notify: "Service[systemd-udevd']"
445+
notify: "Service[systemd-udevd]"
446446
rules:
447447
- 'ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"'
448448
- 'ACTION=="add", KERNEL=="sdb", RUN+="/bin/raw /dev/raw/raw2 %N"',

0 commit comments

Comments
 (0)