mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-08-27 00:37:20 +00:00
Merge branch 'machineReadableNonInteractiveOutput' of https://github.com/danbudris/troubleshoot into machineReadableNonInteractiveOutput
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user