Skip to content

Commit 313c07c

Browse files
authored
Update stream.yml.hbs
1 parent 113ddec commit 313c07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/system/data_stream/fsstat/agent/stream/stream.yml.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ period: {{period}}
33
processors: {{processors}}
44
{{#if filesystem.ignore_types}}
55
filesystem.ignore_types:
6-
{{#each filesystem.ignore_types as |type i|}}
6+
{{#each filesystem.ignore_types as |type|}}
77
- {{type}}
88
{{/each}}
99
{{/if}}
@@ -15,4 +15,4 @@ tags:
1515
{{#each tags as |tag i|}}
1616
- {{tag}}
1717
{{/each}}
18-
{{/if}}
18+
{{/if}}

0 commit comments

Comments
 (0)