Skip to content

Commit

Permalink
Resolved merge conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Skogman <[email protected]>
  • Loading branch information
kommendorkapten committed Jan 29, 2024
1 parent 3e2ab65 commit 8297aeb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/oci-image-verification/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,7 @@ func run() error {
var trustedRootJSON []byte

if *tufRootURL != "" {
opts, err := tuf.DefaultOptions()
if err != nil {
return err
}
opts := tuf.DefaultOptions()
opts.RepositoryBaseURL = *tufRootURL
client, err := tuf.New(opts)
if err != nil {
Expand Down

0 comments on commit 8297aeb

Please sign in to comment.