Skip to content

Commit 011515a

Browse files
n3rdc4ptnCopilot
andauthored
Update internal/ocm/ocm.go
Co-authored-by: Copilot <[email protected]>
1 parent e3a7f90 commit 011515a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ocm/ocm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func GetOCMComponentsWithVersions(repo ocm.Repository, components []string, pref
154154

155155
resources := cva.GetResources()
156156
if len(resources) == 0 {
157-
log.Printf("Error: component version %s of %s does not have any resources\n", version, componentName)
157+
log.Printf("Skipping component version %s of %s: no resources found\n", version, componentName)
158158
continue // We skip releasechannel component versions which dont have any resources
159159
}
160160

0 commit comments

Comments
 (0)