Skip to content

Commit cd08f48

Browse files
authored
Merge pull request #2271 from ynojima/fix-template-generating-invalid-wg.yaml
Fix template generating invalid wg.yaml
2 parents 05b3269 + b0fdd5c commit cd08f48

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)