From a4b046a93305cae2e93a059a11bb019fce0aaa62 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Mon, 17 Jun 2024 16:01:50 +0200 Subject: [PATCH] Fix typos in tracedSettings --- cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index ddfeb7aa..44e97e8e 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -446,10 +446,10 @@ func tracedSettings() map[string]any { result["api-key"] = "[REDACTED]" } if viper.GetString("honeycomb-api-key") != "hcaik_01j03qe0exnn2jxpj2vxkqb7yrqtr083kyk9rxxt2wzjamz8be94znqmwa" { - result["honecomb-api-key"] = "[NON-DEFAULT]" + result["honeycomb-api-key"] = "[NON-DEFAULT]" } if viper.GetString("sentry-dsn") != "https://276b6d99c77358d9bf85aafbff81b515@o4504565700886528.ingest.us.sentry.io/4507413529690112" { - result["honecomb-api-key"] = "[NON-DEFAULT]" + result["sentry-dsn"] = "[NON-DEFAULT]" } result["ovm-test-fake"] = viper.GetString("ovm-test-fake") result["run-mode"] = viper.GetString("run-mode")