Skip to content

Commit

Permalink
Trigger e2e gh action run
Browse files Browse the repository at this point in the history
  • Loading branch information
efiacor committed Feb 28, 2024
1 parent e435aee commit d37ee02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apiserver/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func (c completedConfig) New() (*PorchServer, error) {
cache: cache,
}

// Install the groups.
// Install the groups
if err := s.GenericAPIServer.InstallAPIGroups(&porchGroup); err != nil {
return nil, err
}
Expand Down

0 comments on commit d37ee02

Please sign in to comment.