Skip to content

Commit 25a2f52

Browse files
committed
fix: Typo in recording pipeline
1 parent 05a3dda commit 25a2f52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/bbb-config/bigbluebutton/recording/recording.yml.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ playback_protocol: https
66
steps:
77
archive: 'sanity'
88
sanity: 'captions'
9-
captions: {{ bbb_recording_formats | map('strformat', 'proccess:%s') | to_yaml | trim }}
9+
captions: {{ bbb_recording_formats | map('strformat', 'process:%s') | to_yaml | trim }}
1010
{% for format in bbb_recording_formats %}
1111
'process:{{format}}': 'publish:{{format}}'
1212
{% endfor %}
13-

0 commit comments

Comments
 (0)