summaryrefslogtreecommitdiff
path: root/doc/haskell_newbie.mdwn
diff options
context:
space:
mode:
authorJoey Hess2014-04-19 19:19:37 -0400
committerJoey Hess2014-04-19 19:19:37 -0400
commit9770cc80f783347581fa4f5265ce0e44c7dcc578 (patch)
treeb418850e206ff9fbaf9c2c004c082912c1e4feeb /doc/haskell_newbie.mdwn
parentf33b8d0a3d015dc627e9c86769020748b3fe9306 (diff)
indent
Diffstat (limited to 'doc/haskell_newbie.mdwn')
-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 * * * *"
"""]]