mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
Update analyze.go - fix typo
Fixed a typo in the comments: `analysze` -> `analyze`
This commit is contained in:
@@ -16,12 +16,12 @@ func (c ClusterCollectResult) Analyze() []*analyze.AnalyzeResult {
|
||||
return doAnalyze(c.AllCollectedData, c.Spec.Spec.Analyzers, nil, "")
|
||||
}
|
||||
|
||||
// Analyze runs the analysze phase of host preflight checks
|
||||
// Analyze runs the analyze phase of host preflight checks
|
||||
func (c HostCollectResult) Analyze() []*analyze.AnalyzeResult {
|
||||
return doAnalyze(c.AllCollectedData, nil, c.Spec.Spec.Analyzers, "")
|
||||
}
|
||||
|
||||
// Analyze runs the analysze phase of host preflight checks.
|
||||
// Analyze runs the analyze phase of host preflight checks.
|
||||
//
|
||||
// Runs the analysis for each node and aggregates the results.
|
||||
func (c RemoteCollectResult) Analyze() []*analyze.AnalyzeResult {
|
||||
|
||||
Reference in New Issue
Block a user