Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Feb 17, 2024
1 parent d57456b commit 68bf6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/v1/layout/pusher.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type pusher struct {
// Delete implements remote.Pusher.
func (lp *pusher) Delete(ctx context.Context, ref name.Reference) error {
// TODO
return errors.ErrUnsupported
return errors.New("unsupported operation")
}

func (lp *pusher) writeLayer(l v1.Layer) error {
Expand Down

0 comments on commit 68bf6a7

Please sign in to comment.