diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-17 23:43:33 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-17 23:43:33 -0400 |
| commit | 8b90fc9a5217f92da0e3c10423f299f1df15ac5a (patch) | |
| tree | 6d1afa127ff548d7a1e2ebcd2308ff2c9559864f /src | |
| parent | a6a82a23a9e9e4e659180e8b77e5de594073c048 (diff) | |
propellor spin
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))) |
