Skip to content

Commit adfa361

Browse files
committed
Merge pull request github#1025 from alainus/add_show_to_trello_script
Fixed a typo
2 parents 3bfd19b + 7920915 commit adfa361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/trello.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ showCards = (msg) ->
5959
return
6060

6161
msg.send "Cards in " + data.name + ":"
62-
msg.send "- " + card.name + for card in data.cards
62+
msg.send "- " + card.name for card in data.cards

0 commit comments

Comments
 (0)