diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-12 16:38:29 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-12 16:38:29 -0400 |
| commit | ec1e16a9f3381633376d1d6f1565de9b31931ba4 (patch) | |
| tree | baaad5d237c58979c37ed170654cb9e1e8dd5da0 /src | |
| parent | f2750857b84a700db5bba992aa5d5e2e3c49cce7 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
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 |
