8000 fix regression on 'ParseReference' · arduino/arduino-cli@8c98f74 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c98f74

Browse files
fix regression on 'ParseReference'
1 parent b8ae4f3 commit 8c98f74

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)
0