Skip to content

Commit

Permalink
Follow silly lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
colmsnowplow committed May 3, 2024
1 parent f2c6b33 commit 2cae3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cae3ff

Please sign in to comment.