Skip to content

Commit 88d2b77

Browse files
Fix indentation level to match application expectation
1 parent 1fe0c70 commit 88d2b77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/github-settings.mustache

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ repository:
44
description: {{description}}
55
{{/has_description}}
66
{{#has_labels}}
7-
labels:
8-
{{#labels}}
9-
- name: {{name}}
10-
color: {{color}}
11-
{{/labels}}
7+
labels:
8+
{{#labels}}
9+
- name: {{name}}
10+
color: {{color}}
11+
{{/labels}}
1212
{{/has_labels}}

0 commit comments

Comments
 (0)