Skip to content

Commit

Permalink
fix: reconciler package path
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Cecchi <[email protected]>
  • Loading branch information
leonardoce committed Feb 20, 2024
1 parent 9afc581 commit 4ec4b1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion proto/reconciler.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";
package cnpgi.adapter.v1;
option go_package = "github.com/cloudnative-pg/cnpg-i/pkg/controller/reconciler";
option go_package = "github.com/cloudnative-pg/cnpg-i/pkg/reconciler";

service ReconcilerHooks {
// GetCapabilities gets the capabilities of the Backup service
Expand Down

0 comments on commit 4ec4b1b

Please sign in to comment.