summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2015-01-04 13:56:55 -0400
committerJoey Hess2015-01-04 13:56:55 -0400
commit8c1006c6542082691fce24c701d0a1ffd6ec0452 (patch)
tree1836ace42f040cf614d507fe6356bfa5e1952dea /src/Propellor
parentce7f14b9b3f4e00ef0c44537ec94fa8855308764 (diff)
propellor spin
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/DnsSec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/DnsSec.hs b/src/Propellor/Property/DnsSec.hs
index 47fa9b32..e4a8cad9 100644
--- a/src/Propellor/Property/DnsSec.hs
+++ b/src/Propellor/Property/DnsSec.hs
@@ -27,7 +27,7 @@ keysInstalled domain = RevertableProperty setup cleanup
keysrc k = PrivDataSource (DnsSec k) $ unwords
[ "The file with extension"
, keyExt k
- , " created by running:"
+ , "created by running:"
, if isZoneSigningKey k
then "dnssec-keygen -a RSASHA256 -b 2048 -n ZONE " ++ domain
else "dnssec-keygen -f KSK -a RSASHA256 -b 4096 -n ZONE " ++ domain