Skip to content

Commit 9dffb1a

Browse files
perdasilvaCopilot
andauthored
Update internal/operator-controller/rukpak/bundle/config.go
Co-authored-by: Copilot <[email protected]>
1 parent eccebbb commit 9dffb1a

File tree

1 file changed

+1
-1
lines changed
  • internal/operator-controller/rukpak/bundle

1 file changed

+1
-1
lines changed

internal/operator-controller/rukpak/bundle/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type Config struct {
2222
// - rv is nil
2323
// - bytes is not a valid YAML/JSON object
2424
// - bytes is a valid YAML/JSON object but does not follow the registry+v1 schema
25-
// if bytes is nil a nil *bundle.Config is returned with no error
25+
// - if bytes is nil, a nil *bundle.Config is returned with no error
2626
func UnmarshalConfig(bytes []byte, rv1 RegistryV1, installNamespace string) (*Config, error) {
2727
if bytes == nil {
2828
return nil, nil

0 commit comments

Comments
 (0)