Skip to content

Commit

Permalink
fix: typo in httproute files name (#877)
Browse files Browse the repository at this point in the history
Signed-off-by: Soule BA <bah.soule@gmail.com>
Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
souleb and AlexsJones committed Jan 23, 2024
1 parent 2effbb3 commit cdbeb14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/analyzer/httroute.go → pkg/analyzer/httproute.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ func (HTTPRouteAnalyzer) Analyze(a common.Analyzer) ([]common.Result, error) {
var preAnalysis = map[string]common.PreAnalysis{}

// Find all unhealthy gateway Classes

for _, route := range routeList.Items {
var failures []common.Failure

Expand Down
File renamed without changes.

0 comments on commit cdbeb14

Please sign in to comment.