Skip to content

Commit

Permalink
missed a file
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Aug 26, 2020
1 parent 5d7674f commit 62be4e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kotsadm/pkg/store/ocistore/oci_store.go
Expand Up @@ -35,6 +35,10 @@ var (
ErrNotImplemented = errors.New("not implemented in ocistore")
)

func (s OCIStore) Init() error {
return nil
}

func (s OCIStore) IsNotFound(err error) bool {
if err == nil {
return false
Expand Down

0 comments on commit 62be4e3

Please sign in to comment.