Skip to content

Commit b0fdd5c

Browse files
committed
Fix template generating invalid wg.yaml
1 parent fb1bdb9 commit b0fdd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working-groups/templates/wg.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ working-groups:
33
{#for board in boards}
44
- title: "{board.title}"
55
board-url: "{board.url}"
6-
short-description: {board.shortDescription.trim()}
6+
short-description: "{board.shortDescription.trim()}"
77
readme: |
88
{board.getIndentedReadme().raw}
99
status: {board.getBadgeText()}

0 commit comments

Comments
 (0)