From f69463f536c1b4d42d520f7468c40e9bfc0e6ddc Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 31 Jan 2022 16:03:26 -0800 Subject: [PATCH] Remove period --- core/data/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/data/config.go b/core/data/config.go index 08662b835..04dba027d 100644 --- a/core/data/config.go +++ b/core/data/config.go @@ -541,7 +541,7 @@ func GetVideoCodec() string { // VerifySettings will perform a sanity check for specific settings values. func VerifySettings() error { if GetStreamKey() == "" { - return errors.New("no stream key set. Please set one via the admin or command line arguments.") + return errors.New("no stream key set. Please set one via the admin or command line arguments") } logoPath := GetLogoPath()