From 84f598857b4a6b1593311dd751cf0cbeda0b8070 Mon Sep 17 00:00:00 2001 From: James Pickett Date: Tue, 19 Sep 2023 12:53:15 -0700 Subject: [PATCH] Update pkg/launcher/options.go --- pkg/launcher/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/launcher/options.go b/pkg/launcher/options.go index a117e8c5a..f78a78102 100644 --- a/pkg/launcher/options.go +++ b/pkg/launcher/options.go @@ -129,7 +129,7 @@ type Options struct { // DisableTraceIngestTLS allows for disabling TLS when connecting to the observability ingest server DisableTraceIngestTLS bool // DebugUploadRequestURL is the url to request a signed url to upload debug artifacts - DebugUploadRequestUrl string + DebugUploadRequestURL string // ConfigFilePath is the config file options were parsed from, if provided ConfigFilePath string