summaryrefslogtreecommitdiff
path: root/Propellor/Attr.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Attr.hs')
-rw-r--r--Propellor/Attr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Attr.hs b/Propellor/Attr.hs
index 05ea3ff5..acaf28db 100644
--- a/Propellor/Attr.hs
+++ b/Propellor/Attr.hs
@@ -43,7 +43,7 @@ ipv6 addr = pureAttrProperty ("ipv6 " ++ addr)
-- | Indicates another name for the host in the DNS.
alias :: Domain -> Property
-alias domain = pureAttrProperty ("aka " ++ domain)
+alias domain = pureAttrProperty ("alias " ++ domain)
(addDNS $ CNAME $ AbsDomain domain)
addDNS :: Record -> SetAttr