Skip to content

Commit

Permalink
Fix typos in tracedSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed Jun 17, 2024
1 parent 21f15c5 commit a4b046a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a4b046a

Please sign in to comment.