Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoh committed Sep 22, 2023
1 parent a8155b7 commit 2c9bcda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/specs/specs.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ func LoadFromCLIArgs(ctx context.Context, client kubernetes.Interface, args []st
}

if u.Scheme == "oci" {
// TODO: We need to also pull support-bundle images from OCI
content, err := oci.PullSpecsFromOCI(ctx, v)
if err != nil {
if err == oci.ErrNoRelease {
Expand Down

0 comments on commit 2c9bcda

Please sign in to comment.