From 2cae3ffddb4d91f28bc8e928651730386290a9c7 Mon Sep 17 00:00:00 2001 From: colmsnowplow Date: Fri, 3 May 2024 17:50:02 +0100 Subject: [PATCH] Follow silly lint rule --- cmd/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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