diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Postfix.hs | 2 |
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))) |
