diff --git a/cmd/troubleshoot/cli/run.go b/cmd/troubleshoot/cli/run.go index 81084212..ace88fa7 100644 --- a/cmd/troubleshoot/cli/run.go +++ b/cmd/troubleshoot/cli/run.go @@ -282,7 +282,7 @@ type analysisOutput struct { func (a *analysisOutput) FormattedAnalysisOutput() (outputJson string, err error) { type convertedOutput struct { - ConvertedAnalysis []*convert.Result `json:"analysis"` + ConvertedAnalysis []*convert.Result `json:"analyzerResults"` ArchivePath string `json:"archivePath"` }