mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-08-01 07:34:49 +00:00
fix: analysis detail not displayed when --explain
Signed-off-by: Matthis Holleville <matthish29@gmail.com>
This commit is contained in:
parent
391c3fa7a8
commit
869ba90907
@ -132,7 +132,7 @@ var AnalyzeCmd = &cobra.Command{
|
||||
for _, err := range analysis.Error {
|
||||
fmt.Printf("- %s %s\n", color.RedString("Error:"), color.RedString(err))
|
||||
}
|
||||
color.GreenString(analysis.Details)
|
||||
fmt.Println(color.GreenString(analysis.Details))
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user