Skip to content

Commit

Permalink
fix empty string change
Browse files Browse the repository at this point in the history
  • Loading branch information
kon-angelo committed Oct 21, 2024
1 parent b726fd3 commit ab61029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/infrastructure/configvalidator.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ func (c *configValidator) validateRouterInterface(_ context.Context, networkingC
}

func isNotEmptyString(s *string) bool {
return ptr.Deref(s, "") == ""
return ptr.Deref(s, "") != ""
}

0 comments on commit ab61029

Please sign in to comment.