Skip to content

Commit

Permalink
fix: typo in httproute files name
Browse files Browse the repository at this point in the history
Signed-off-by: Soule BA <bah.soule@gmail.com>
  • Loading branch information
souleb committed Jan 19, 2024
1 parent 1f371e2 commit 8abd8df
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 8abd8df

Please sign in to comment.