Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed May 12, 2022
1 parent edf6332 commit 4a31498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (o RegistryClient) ListDevfileStacks(registryName, devfileFlag, filterFlag
if err != nil {
return *catalogDevfileList, err
}
devfile.SupportedOdoFeatures = devfileData.SupportedOdoFeatures
devfile.SupportedOdoFeatures = *devfileData.SupportedOdoFeatures
}

devfiles = append(devfiles, devfile)
Expand Down

0 comments on commit 4a31498

Please sign in to comment.