diff --git a/cmd/utils.go b/cmd/utils.go index 339962cc..e95d30a3 100644 --- a/cmd/utils.go +++ b/cmd/utils.go @@ -30,7 +30,7 @@ var ( Global configFileType = "global" Plugins configFileType = "plugins" - DSN = "https://e22f42dbb3e0433fbd9ea32453faa598@o4504550475038720.ingest.sentry.io/4504550481723392" //nolint:lll + DSN = "https://e22f42dbb3e0433fbd9ea32453faa598@o4504550475038720.ingest.sentry.io/4504550481723392" ) // generateConfig generates a config file of the given type.