Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Dec 19, 2024
1 parent b1eb8bd commit 569bc9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
57 changes: 0 additions & 57 deletions api/tech/oras/delayed_reader.go

This file was deleted.

2 changes: 1 addition & 1 deletion api/tech/oras/pusher.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (c *OrasPusher) Push(ctx context.Context, d ociv1.Descriptor, src Source) (

ok, err := repository.Exists(ctx, d)
if err != nil {
return fmt.Errorf("failed to check if repository %q exists: %w", d, err)
return fmt.Errorf("failed to check if repository %q exists: %w", ref.Repository, err)
}

if ok {
Expand Down

0 comments on commit 569bc9f

Please sign in to comment.