Skip to content

Commit 5cd08ab

Browse files
authored
fix(config/file): add missing space before Jinja }}
1 parent 05c9db5 commit 5cd08ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/config/file.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ template-config-file-file-managed:
2424
- require:
2525
- sls: {{ sls_package_install }}
2626
- context:
27-
template: {{ template | json}}
27+
template: {{ template | json }}

0 commit comments

Comments
 (0)