8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ae4f3 commit 8c98f74Copy full SHA for 8c98f74
internal/cli/arguments/reference.go
@@ -101,11 +101,6 @@ func ParseReference(arg string) (*Reference, error) {
101
})
102
foundPlatforms := []string{}
103
for _, platform := range platforms.GetSearchOutput() {
104
- installedRelease := platform.GetInstalledRelease()
105
- if installedRelease == nil {
106
- continue
107
- }
108
-
109
platformID := platform.GetMetadata().GetId()
110
platformUser := ret.PackageName + ":" + ret.Architecture
111
// At first we check if the platform the user is searching for matches an available one,
0 commit comments