summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 19:19:37 -0400
committerJoey Hess2014-04-19 19:19:37 -0400
commit50fb9961f3dfd5fcce8875c6b2b216da35cf7c42 (patch)
tree84b1462108e436b03fc219093f065c75d491be7c /doc
parent392386ee3a3d8c36fdaba8aaab2338601c8507e4 (diff)
parent9770cc80f783347581fa4f5265ce0e44c7dcc578 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'doc')
-rw-r--r--doc/haskell_newbie.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn
index 15a63b91..7eea9f86 100644
--- a/doc/haskell_newbie.mdwn
+++ b/doc/haskell_newbie.mdwn
@@ -63,7 +63,7 @@ Some other properties you may find in your config.hs, or want to add:
[[!format haskell """
& Apt.unattendedUpgrades
& User.hasSomePassword "root"
- & "/etc/default/foodaemon" `File.containsLine` "ENABLED=yes"
+ & "/etc/default/foodaemon" `File.containsLine` "ENABLED=yes"
& Cron.runPropellor "30 * * * *"
"""]]