From 07cba660960afc3f4407d1ad3d1866887d3264ed Mon Sep 17 00:00:00 2001 From: knotteye Date: Sat, 24 Oct 2020 22:47:03 -0500 Subject: [PATCH] Fix a typo in the generated config file --- install/config.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config.example.yml b/install/config.example.yml index 74fc8f2..4ea6987 100644 --- a/install/config.example.yml +++ b/install/config.example.yml @@ -69,4 +69,4 @@ twitch_mirror: enabled: false # https://stream.twitch.tv/ingests/ # do not include {stream_key} - ingest: 'rtmp://live-ord02.twitch.tv/app/ \ No newline at end of file + ingest: 'rtmp://live-ord02.twitch.tv/app/' \ No newline at end of file