Skip to content

Commit 2de46a1

Browse files
authored
Merge pull request #602 from replicatedhq/el-analyze-typo-20220615
Update analyze.go - fix typo
2 parents ff5ee2b + cdbf189 commit 2de46a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/preflight/analyze.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ func (c ClusterCollectResult) Analyze() []*analyze.AnalyzeResult {
1616
return doAnalyze(c.AllCollectedData, c.Spec.Spec.Analyzers, nil, "")
1717
}
1818

19-
// Analyze runs the analysze phase of host preflight checks
19+
// Analyze runs the analyze phase of host preflight checks
2020
func (c HostCollectResult) Analyze() []*analyze.AnalyzeResult {
2121
return doAnalyze(c.AllCollectedData, nil, c.Spec.Spec.Analyzers, "")
2222
}
2323

24-
// Analyze runs the analysze phase of host preflight checks.
24+
// Analyze runs the analyze phase of host preflight checks.
2525
//
2626
// Runs the analysis for each node and aggregates the results.
2727
func (c RemoteCollectResult) Analyze() []*analyze.AnalyzeResult {

0 commit comments

Comments
 (0)