diff --git a/cmd/init.go b/cmd/init.go index 4851ca88..2c3aae01 100644 --- a/cmd/init.go +++ b/cmd/init.go @@ -46,7 +46,7 @@ func Init() (*config.Config, bool, error) { // If licence not accepted, fail on startup if !cfg.Data.Licence.Accept && !handleSLULAEnvVar() { - return nil, false, errors.New("Please accept the terms of the Snowplow Limited Use License Agreement to proceed. See https://docs.snowplow.io/docs/destinations/forwarding-events/snowbridge/configuration/#license for more information on the license and how to configure this.") + return nil, false, errors.New("please accept the terms of the Snowplow Limited Use License Agreement to proceed. See https://docs.snowplow.io/docs/destinations/forwarding-events/snowbridge/configuration/#license for more information on the license and how to configure this") } // Configure Sentry