Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add-oracle-support' into add-ora…
Browse files Browse the repository at this point in the history
…cle-support
  • Loading branch information
Miaha Cybersec authored and Miaha Cybersec committed Jul 24, 2024
2 parents 2a8c26f + 3ffc33a commit 533c2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pkgmgr/rpm.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (rm *rpmManager) InstallUpdates(ctx context.Context, manifest *unversioned.

if manifest != nil {
if manifest.Metadata.OS.Type == "oracle" && !ignoreErrors {
err := fmt.Errorf("Detected Oracle image being passed in without ignore errors \n" +
err := fmt.Errorf("Detected Oracle image passed in \n" +
"Please read https://project-copacetic.github.io/copacetic/website/troubleshooting before patching your Oracle image")
return &rm.config.ImageState, nil, err

Check warning on line 199 in pkg/pkgmgr/rpm.go

View check run for this annotation

Codecov / codecov/patch

pkg/pkgmgr/rpm.go#L196-L199

Added lines #L196 - L199 were not covered by tests
}
Expand Down

0 comments on commit 533c2f8

Please sign in to comment.