summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-03-12 16:38:29 -0400
committerJoey Hess2015-03-12 16:38:29 -0400
commitec1e16a9f3381633376d1d6f1565de9b31931ba4 (patch)
treebaaad5d237c58979c37ed170654cb9e1e8dd5da0 /src
parentf2750857b84a700db5bba992aa5d5e2e3c49cce7 (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index cea4a853..c4da0672 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -58,7 +58,7 @@ scrollBox = propertyList "scroll server" $ props
, "fi"
, "echo Your game was recorded, as ID:$(basename \"$t\")"
, "echo if you would like to talk about how it went, email scroll@joeyh.name"
- , "echo or, type comments below (finish with a dot on its own line)"
+ , "echo 'or, type comments below (finish with a dot on its own line)'"
, "mail joey@kitenet.net"
] `onChange` (s `File.mode` (combineModes (ownerWriteMode:readModes ++ executeModes)))
-- prevent port forwarding etc by not letting scroll log in via ssh