Skip to content

Commit d1dcce8

Browse files
fix regression on 'ParseReference'
1 parent 1f72d4a commit d1dcce8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/cli/arguments/reference.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ func ParseReference(arg string) (*Reference, error) {
101101
})
102102
foundPlatforms := []string{}
103103
for _, platform := range platforms.GetSearchOutput() {
104-
installedRelease := platform.GetInstalledRelease()
105-
if installedRelease == nil {
106-
continue
107-
}
108-
109104
platformID := platform.GetMetadata().GetId()
110105
platformUser := ret.PackageName + ":" + ret.Architecture
111106
// At first we check if the platform the user is searching for matches an available one,

0 commit comments

Comments
 (0)