mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Remove period
This commit is contained in:
parent
3f974ce7db
commit
f69463f536
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user