summaryrefslogtreecommitdiff
path: root/Propellor/Attr.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-13 15:54:25 -0400
committerJoey Hess2014-04-13 15:54:25 -0400
commit2c1397c5b09f2bbc8339c9763c60fcca601bc212 (patch)
tree3a6ca05f64c276bbae69c6beaeacbc4311f7ca09 /Propellor/Attr.hs
parentf806a55649a5d06b479123e35fef4d592e6efe0d (diff)
Standard apt configuration for stable now includes backports.
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 9a9d8446..94376b0d 100644
--- a/Propellor/Attr.hs
+++ b/Propellor/Attr.hs
@@ -22,7 +22,7 @@ getHostName :: Propellor HostName
getHostName = asks _hostname
os :: System -> AttrProperty
-os system = pureAttrProperty ("OS " ++ show system) $
+os system = pureAttrProperty ("Operating " ++ show system) $
\d -> d { _os = Just system }
getOS :: Propellor (Maybe System)