mirror of
https://github.com/NorfairKing/feedback.git
synced 2024-11-22 12:04:21 +03:00
fix a little loop description output bug
This commit is contained in:
parent
ec87036794
commit
4d96c92167
@ -78,6 +78,7 @@ prettyConfiguration mConf = case mConf of
|
||||
|
||||
loopConfigLine :: String -> LoopConfiguration -> [Chunk]
|
||||
loopConfigLine loopName LoopConfiguration {..} =
|
||||
[ loopNameChunk $ loopName <> ":",
|
||||
[ loopNameChunk loopName,
|
||||
": ",
|
||||
maybe "no description" (chunk . T.pack) loopConfigDescription
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user