Skip to content

Commit

Permalink
fix: wsl issues
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <joe@cloudeteer.de>
  • Loading branch information
jkroepke committed Jul 25, 2024
1 parent 1089470 commit a14ff63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/extensions/sync/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6542,7 +6542,7 @@ func TestSyncSignaturesDiff(t *testing.T) {

// compare signatures
var (
srcIndex ispec.Index
srcIndex ispec.Index
destIndex ispec.Index
)

Expand Down Expand Up @@ -7371,7 +7371,6 @@ func pushBlob(url string, repoName string, buf []byte) godigest.Digest {
SetQueryParam("digest", digest.String()).
SetBody(buf).
Put(loc)

if err != nil {
panic(err)
}
Expand Down

0 comments on commit a14ff63

Please sign in to comment.