summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Postfix.hs
diff options
context:
space:
mode:
authorJoey Hess2014-07-17 23:43:33 -0400
committerJoey Hess2014-07-17 23:43:33 -0400
commit8b90fc9a5217f92da0e3c10423f299f1df15ac5a (patch)
tree6d1afa127ff548d7a1e2ebcd2308ff2c9559864f /src/Propellor/Property/Postfix.hs
parenta6a82a23a9e9e4e659180e8b77e5de594073c048 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/Postfix.hs')
-rw-r--r--src/Propellor/Property/Postfix.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Postfix.hs b/src/Propellor/Property/Postfix.hs
index 1cfc64d3..3b35eee6 100644
--- a/src/Propellor/Property/Postfix.hs
+++ b/src/Propellor/Property/Postfix.hs
@@ -62,7 +62,7 @@ dedupCf ls =
let (k, v) = separate (== '=') l
in Right ((filter (not . isSpace) k), v)
| otherwise = Left l
- fmt k v = k ++ "=" ++ v
+ fmt k v = k ++ " =" ++ v
keycounts = M.fromListWith (+) . map (\(k, _v) -> (k, (1 :: Integer)))