Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 19, 2024
1 parent c11210a commit 53a673b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/midstream/write.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ func ProcessAirgapImages(options image.ProcessImageOptions, baseImages []string,
processAirgapImageOptions.ReplicatedRegistry.Password = license.Spec.LicenseID
}

// TODO NOW: move this to base package
result, err := base.ProcessAirgapImages(processAirgapImageOptions)
if err != nil {
return nil, errors.Wrap(err, "failed to process airgap images")
Expand Down

0 comments on commit 53a673b

Please sign in to comment.