add commas to remote list
This commit is contained in:
parent
78c1cf5564
commit
243bda3c52
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ commitAlert = activityAlert Nothing
|
||||||
[Tensed "Committing" "Committed", "changes to git"]
|
[Tensed "Committing" "Committed", "changes to git"]
|
||||||
|
|
||||||
showRemotes :: [Remote] -> TenseChunk
|
showRemotes :: [Remote] -> TenseChunk
|
||||||
showRemotes = UnTensed . T.unwords . map (T.pack . Remote.name)
|
showRemotes = UnTensed . T.intercalate ", " . map (T.pack . Remote.name)
|
||||||
|
|
||||||
syncAlert :: [Remote] -> Alert
|
syncAlert :: [Remote] -> Alert
|
||||||
syncAlert rs = baseActivityAlert
|
syncAlert rs = baseActivityAlert
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue