mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-09-03 00:47:17 +00:00
Merge pull request #602 from replicatedhq/el-analyze-typo-20220615
Update analyze.go - fix typo
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