summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5466acb..283ebdb 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ file { '/usr/lib/systemd/system/foo.service':
owner => 'root',
group => 'root',
mode => '0644',
- source => 'puppet:///modules/${module_name}/foo.service',
+ source => "puppet:///modules/${module_name}/foo.service",
} ~>
Exec['systemctl-daemon-reload']
-`̀``
+```