Skip to content

Commit bb10e94

Browse files
committed
Fixed build error
1 parent 6e689a8 commit bb10e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notifier.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ transport:
281281
282282
<!-- Send notifications to the next scheduled transport
283283
calculated by round robin -->
284-
<framework:chatter-transport name="slack">
284+
<framework:chatter-transport name="slack"><![CDATA[
285285
%env(SLACK_DSN)% && %env(TELEGRAM_DSN)%
286-
</framework:chatter-transport>
286+
]]></framework:chatter-transport>
287287
</framework:notifier>
288288
</framework:config>
289289
</container>

0 commit comments

Comments
 (0)