Skip to content

Commit

Permalink
fix regression on 'ParseReference'
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Oct 11, 2023
1 parent da5821f commit b3e43f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/cli/arguments/reference.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ func ParseReference(arg string) (*Reference, error) {
})
foundPlatforms := []string{}
for _, platform := range platforms.GetSearchOutput() {
installedRelease := platform.GetInstalledRelease()
if installedRelease == nil {
continue
}

platformID := platform.GetMetadata().GetId()
platformUser := ret.PackageName + ":" + ret.Architecture
// At first we check if the platform the user is searching for matches an available one,
Expand Down

0 comments on commit b3e43f1

Please sign in to comment.